PluginBench
MCP Server
Maintained
MIT

io.github.MarvelNwachukwu/mcp-pear MCP Server

io.github.MarvelNwachukwu/mcp-pear

What is the io.github.MarvelNwachukwu/mcp-pear MCP server?

MCP server for Pear Protocol: markets, positions, orders, portfolio, and gated trade execution.

How to install io.github.MarvelNwachukwu/mcp-pear

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PEAR_API_KEY
    secret

    Pear API key for authenticated read/write tools (single-user mode). Public tools work without it.

  • PEAR_ADDRESS

    Wallet address (0x...) bound to PEAR_API_KEY. Required alongside PEAR_API_KEY.

  • PEAR_JWT
    secret

    Pre-minted Pear JWT for multi-tenant orchestrators (JWT pass-through mode). Used directly when set.

  • PEAR_REFRESH_TOKEN
    secret

    Refresh token so the server refreshes an expired JWT itself instead of requiring a restart.

  • PEAR_TRADE_ENABLED

    Set to 'true' to enable the write/trade-execution tools. Off by default.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pear": {
      "command": "npx",
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "env": {
        "PEAR_API_KEY": "<YOUR_PEAR_API_KEY>",
        "PEAR_ADDRESS": "<YOUR_PEAR_ADDRESS>",
        "PEAR_JWT": "<YOUR_PEAR_JWT>",
        "PEAR_REFRESH_TOKEN": "<YOUR_PEAR_REFRESH_TOKEN>",
        "PEAR_TRADE_ENABLED": "<YOUR_PEAR_TRADE_ENABLED>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pear": {
      "command": "npx",
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "env": {
        "PEAR_API_KEY": "<YOUR_PEAR_API_KEY>",
        "PEAR_ADDRESS": "<YOUR_PEAR_ADDRESS>",
        "PEAR_JWT": "<YOUR_PEAR_JWT>",
        "PEAR_REFRESH_TOKEN": "<YOUR_PEAR_REFRESH_TOKEN>",
        "PEAR_TRADE_ENABLED": "<YOUR_PEAR_TRADE_ENABLED>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-pear": {
      "command": "npx",
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "env": {
        "PEAR_API_KEY": "<YOUR_PEAR_API_KEY>",
        "PEAR_ADDRESS": "<YOUR_PEAR_ADDRESS>",
        "PEAR_JWT": "<YOUR_PEAR_JWT>",
        "PEAR_REFRESH_TOKEN": "<YOUR_PEAR_REFRESH_TOKEN>",
        "PEAR_TRADE_ENABLED": "<YOUR_PEAR_TRADE_ENABLED>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-pear": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "env": {
        "PEAR_API_KEY": "<YOUR_PEAR_API_KEY>",
        "PEAR_ADDRESS": "<YOUR_PEAR_ADDRESS>",
        "PEAR_JWT": "<YOUR_PEAR_JWT>",
        "PEAR_REFRESH_TOKEN": "<YOUR_PEAR_REFRESH_TOKEN>",
        "PEAR_TRADE_ENABLED": "<YOUR_PEAR_TRADE_ENABLED>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-pear --env PEAR_API_KEY=<YOUR_PEAR_API_KEY> --env PEAR_ADDRESS=<YOUR_PEAR_ADDRESS> --env PEAR_JWT=<YOUR_PEAR_JWT> --env PEAR_REFRESH_TOKEN=<YOUR_PEAR_REFRESH_TOKEN> --env PEAR_TRADE_ENABLED=<YOUR_PEAR_TRADE_ENABLED> -- npx -y @marvelcodes/mcp-pear

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →