Provides access to token data, price quotes, and bonding curve metrics for memecoins on the Ethereum blockchain via the omni.fun platform.
Enables querying of trending tokens, market data, and trading simulations for memecoins on the Optimism network via the omni.fun launchpad.
Allows retrieval of token details, search functionality, and graduation progress for memecoins on the Polygon network through the omni.fun platform.
Provides financial data, price quotes, and token discovery for Solana-based memecoins launched through the omni.fun multichain platform.
@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 sorted by volume, market cap, or recent activity |
| Search tokens by name, symbol, or address |
| Get detailed token info including bonding curve state, price, market cap |
| Get a price quote for buying or selling a token on any supported chain |
| Get bonding curve parameters and graduation progress |
| Simulate a buy or sell trade with fee breakdown |
| Get supported chain details including bridge paths and settlement times |
| 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"]
}
}
}Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"omni-fun": {
"command": "npx",
"args": ["@omni-fun/mcp-server"]
}
}
}Supported Chains
Base, Arbitrum, Optimism, Polygon, BSC, Ethereum, Avalanche, Solana
Key Concepts
Bonding Curve: Linear price curve. Tokens start at floor price, graduate at $69K market cap
Graduation: Auto-migrates to Uniswap V3 with locked liquidity
Creator Fee: 0.5% of every trade goes to the token creator forever
Cross-Chain: Tokens deploy as OFTs on 8 chains via LayerZero V2
oScore: 7-factor trust rating (0-100) on every token
API
Public endpoints require no authentication. The MCP server uses https://api.omni.fun as the backend.
Links
License
MIT
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.