Odel
mcp pear

mcp pear

Local
@marvelnwachukwu1TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@marvelcodes/mcp-pearv0.2.2

Run

npx -y @marvelcodes/mcp-pear

MCP client config

{
  "mcpServers": {
    "mcp-pear": {
      "command": "npx",
      "args": [
        "-y",
        "@marvelcodes/mcp-pear"
      ]
    }
  }
}