mcpbeat Sign in

MCP Pear MCP Server

by marvelnwachukwu Your server? Claim it
local only

MCP Pear runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 19 Jul 2026.

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

Installs per day peak 19 · avg 9 · +29% w/w
a month agotoday
48
Installs / week
npm · @marvelcodes/mcp-pear
1
Stars
3 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli/setup.ts:251
        spawn(cmd, args, { stdio: "ignore", detached: true }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-pear -- npx -y @marvelcodes/mcp-pear
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pear": {
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-pear]
command = "npx"
args = ["-y", "@marvelcodes/mcp-pear"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pear": {
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-pear": {
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PEAR_API_KEY (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 (Pre-minted Pear JWT for multi-tenant orchestrators (JWT pass-through mode). Used directly when set.), PEAR_REFRESH_TOKEN (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Pear

same job, measured the same way
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

34 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

23 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
GMO Coin FX MCP Server
by rikitonoto

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

local only
eToro MCP Server
by gabrielcerutti

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

74 installs/wk local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
MANDATE Credential Broker
by projetnanocorp

MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.

11 tools answering

MCP Pear — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Pear?
MCP Pear runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @marvelcodes/mcp-pear was installed 48 times last week.
How do I connect MCP Pear?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @marvelcodes/mcp-pear straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Pear?
The npm package @marvelcodes/mcp-pear was installed 48 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Pear open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.