@omni-fun/mcp-server
MCP server for omni.fun — the multichain memecoin launchpad. Exposes token data, trading info, and bonding curve queries to AI agents across 8 chains.
Tools
| Tool | Description |
|---|---|
get_trending_tokens |
Get trending tokens sorted by volume, market cap, or recent activity |
search_tokens |
Search tokens by name, symbol, or address |
get_token_details |
Get detailed token info including bonding curve state, price, market cap |
get_price_quote |
Get a price quote for buying or selling a token on any supported chain |
get_bonding_curve |
Get bonding curve parameters and graduation progress |
simulate_trade |
Simulate a buy or sell trade with fee breakdown |
get_chain_info |
Get supported chain details including bridge paths and settlement times |
get_graduating_tokens |
Get tokens approaching the $69K graduation threshold |
Installation
npm install @omni-fun/mcp-serverUsage
As an MCP server
{
"mcpServers": {
"omni-fun": {
"command": "npx",
"args": ["@omni-fun/mcp-server"]
}
}
}





