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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add mcp-pear -- npx -y @marvelcodes/mcp-pear
{
"mcpServers": {
"mcp-pear": {
"args": [
"-y",
"@marvelcodes/mcp-pear"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-pear]
command = "npx"
args = ["-y", "@marvelcodes/mcp-pear"]
{
"mcpServers": {
"mcp-pear": {
"args": [
"-y",
"@marvelcodes/mcp-pear"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.
MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more
MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more
MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics
MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.
Connect AI assistants to eToro for portfolio analysis, market research, and trading.
Self-hosted MCP server for AI agent trading on Polymarket prediction markets
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Answers built from our own checks of this server.