MCP.so
Sign In
Servers

Odinfun Mcp

@valhallaguide

odinfun-mcp is a server implementation for Odin.fun based on the Model Context Protocol (MCP). It provides canister asset management and OdinFun API tools, suitable for blockchain asset management and data query scenarios.

Overview

What is Odinfun Mcp?

Odinfun Mcp is a server implementation for Odin.fun based on the Model Context Protocol (MCP). It provides canister asset management and OdinFun API tools for blockchain asset management and data query scenarios.

How to use Odinfun Mcp?

Install via npm install odinfun-mcp, then build with npm run build. Start the server in stdio mode by default, or add --sse for HTTP+SSE mode or --streamable for HTTP+Streamable mode. You can import and register the tools in your own MCP project or run the server directly.

Key features of Odinfun Mcp

  • Canister asset management: query balance, withdraw, create tokens
  • Buy/sell tokens with BTC and by amount
  • Add and remove liquidity from token pools
  • OdinFun API tools for market data, holders, comments
  • User authentication, profile, and activity queries
  • Global search across tokens, users, and activities

Use cases of Odinfun Mcp

  • Manage blockchain assets on Odin.fun via MCP tools
  • Query token market data, price history, and liquidity info
  • Authenticate user identity and post comments on tokens
  • Add liquidity to token pools and manage positions
  • Search and retrieve user profiles, created tokens, and activities

FAQ from Odinfun Mcp

What startup modes does Odinfun Mcp support?

The server supports stdio mode (default), HTTP+SSE mode (with --sse), and HTTP+Streamable mode (with --streamable). Both SSE and Streamable modes can be enabled simultaneously.

How do I install Odinfun Mcp?

Install the package with npm install odinfun-mcp, then run npm run build to compile. The main entry is dist/server.js.

What are the main tool categories in Odinfun Mcp?

The server includes canisterTools for asset management (balance, withdraw, create, buy/sell, liquidity) and odinFunTools for Odin.fun API (authentication, market data, user profile, comments, search).

How do I authenticate with Odinfun Mcp?

Use the odinapi_authIdentity tool, which authenticates using an ICP identity (Ed25519KeyIdentity). This is required for actions like posting comments.

Can I run Odinfun Mcp in HTTP+SSE and HTTP+Streamable modes at the same time?

Yes. Start the server with both --sse and --streamable parameters (e.g., node dist/server.js --sse --streamable) to enable both modes simultaneously.

Tags

More from Other