MCP Server
Active
pons Launchpad (Robinhood Chain) MCP Server
io.github.hoodly-agent/mcp-pons
What is the pons Launchpad (Robinhood Chain) MCP server?
Dual-version MCP for pons token launches on Robinhood Chain: v1 trading, v2 curve reads (plan-only).
How to install pons Launchpad (Robinhood Chain)
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-pons": {
"url": "https://mcp-pons.hoodly.ai/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-pons": {
"serverUrl": "https://mcp-pons.hoodly.ai/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-pons": {
"type": "http",
"url": "https://mcp-pons.hoodly.ai/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-pons": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-pons.hoodly.ai/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mcp-pons https://mcp-pons.hoodly.ai/mcpRelated MCP servers
Hoodly GMGN Robinhood Research
Maintained
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
0
View repository →JavaScript
Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.
View repository →