streamable-httpupdated 1mo ago
This project connects an AI assistant (like Claude) to pons, a token launchpad on Robinhood Chain — so your assistant can look things up, keep watch, and trade on your behalf, always with your permission.
What can you do with pons Launchpad (Robinhood Chain)?
pons-hoodly MCP Server
This project connects an AI assistant (like Claude) to pons, a token launchpad on Robinhood Chain — so your assistant can look things up, keep watch, and trade on your behalf, always with your permission.
MCP is simply the connection that lets an AI assistant use real, live tools instead of guessing or making things up. Once connected, your assistant can reach directly into pons instead of relying on outdated or secondhand information.
What your assistant can do once connected
- Spot new token launches as they happen
- Check whether a token genuinely came from pons, or is a copycat using a similar name or logo
- Track a token's price and how close it is to graduating to a full exchange listing
- See recent buying and selling activity on a token
- Preview a trade — expected price, cost, and outcome — before anything happens
- Create a dedicated wallet just for the assistant to use
- Carry out a trade, but only after you've reviewed and approved it
Built-in safety
- Trading is switched off by default. You have to turn it on before your assistant can trade at all.
- New wallets start in a safe practice mode where trades are simulated, not real, until you turn that off.
- You set a daily spending limit, so the assistant can never spend more than you're comfortable with.
- The assistant's wallet is separate from your personal wallet. Your own funds and keys are never touched.
- The assistant will only reveal a wallet's private key if you explicitly ask it to.
A note on the newest version
pons is rolling out a new version with features like automatic bonding-curve pricing and graduation to a new exchange. That version is still being audited and hasn't officially launched yet, so your assistant can show you everything about it and prepare trades in advance, but won't complete a real trade on it until pons confirms it's ready.
Install
Add pons Launchpad (Robinhood Chain) to your client. Pick the one you use.
claude mcp add --transport http pons-launchpad-robinhood-chain https://mcp-pons.hoodly.ai/mcpcodex mcp add pons-launchpad-robinhood-chain --url https://mcp-pons.hoodly.ai/mcp{
"mcpServers": {
"pons-launchpad-robinhood-chain": {
"url": "https://mcp-pons.hoodly.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pons-launchpad-robinhood-chain": {
"type": "http",
"url": "https://mcp-pons.hoodly.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pons-launchpad-robinhood-chain": {
"url": "https://mcp-pons.hoodly.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pons-launchpad-robinhood-chain": {
"serverUrl": "https://mcp-pons.hoodly.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 24 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jul 29, 2026 |