NOMS logoNOMS°

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/mcp

Exposed tools

list_proposals

Read every proposal currently in its 24h voting window, on-chain.

get_proposal

Full detail for one proposal: votes, thresholds and metadata.

list_coins

Live coins with pool price, liquidity and staking APR.

get_protocol_stats

Protocol-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.