MCP Pear runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 19 Jul 2026.
MCP server for Pear Protocol: markets, positions, orders, portfolio, and gated trade execution.
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"
}
}
}
Answers built from our own checks of this server.