mcp-pear
Rank #54,614io.github.MarvelNwachukwu/mcp-pear
MCP server for Pear Protocol: markets, positions, orders, portfolio, and gated trade execution.
mcp-pear is a Model Context Protocol (MCP) server published by MarvelNwachukwu. It ranks #54,614 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-pear is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 25, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 60,846 of 115,460 servers on MCP Toplist.
Use mcp-pear
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-pear -e "PEAR_API_KEY=<your PEAR_API_KEY>" -e "PEAR_ADDRESS=<your PEAR_ADDRESS>" -e "PEAR_JWT=<your PEAR_JWT>" -e "PEAR_REFRESH_TOKEN=<your PEAR_REFRESH_TOKEN>" -e "PEAR_TRADE_ENABLED=<your PEAR_TRADE_ENABLED>" -- npx -y @marvelcodes/mcp-pearReplace each placeholder with your own value before saving.
[mcp_servers.mcp-pear]
command = "npx"
args = ["-y", "@marvelcodes/mcp-pear"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MarvelNwachukwu%2Fmcp-pear)<a href="https://mcptoplist.com/server/io.github.MarvelNwachukwu%2Fmcp-pear"><img src="https://mcptoplist.com/badge/io.github.MarvelNwachukwu%2Fmcp-pear.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MarvelNwachukwu
Other servers by MarvelNwachukwu
View all MarvelNwachukwu servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | Jul 18, 2026 |
Frequently asked questions
- Who maintains mcp-pear?
- mcp-pear is maintained by MarvelNwachukwu, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is mcp-pear listed on the Official MCP Registry?
- Yes — mcp-pear is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-pear have?
- MCP Toplist tracks 1 version of mcp-pear, most recently published on Jul 18, 2026.
- Where can I find the source code for mcp-pear?
- The source code for mcp-pear is hosted at github.com/MarvelNwachukwu/mcp-pear.