MCP
Plug NOMS into your AI. Any MCP client — Claude, ChatGPT, Cursor — can read live coins, proposals, votes and staking pools, and help you draft a launch.
Remote MCP server URL
https://noms.fun/mcpExposed tools
list_proposalsRead every proposal currently in its 24h voting window, on-chain.
get_proposalFull detail for one proposal: votes, thresholds and metadata.
list_coinsLive coins with pool price, liquidity and staking APR.
get_protocol_statsProtocol-wide totals: votes, TVL, market cap, fee splits.
Setup
In Claude Desktop or ChatGPT, add a remote MCP connector and paste the server URL above. Approve the connection in your wallet session to scope it to your address.
{
"mcpServers": {
"noms": {
"url": "https://noms.fun/mcp",
"transport": "http"
}
}
}Read-only by default. Trades and votes always require a wallet signature.