home / mcp / kaiafun mcp server
Provides an MCP server for listing and trading KaiaFun tokens and interacting with the Kaia blockchain.
Configuration
View docs{
"mcpServers": {
"weero-finance-kaiafun-mcp": {
"command": "node",
"args": [
"/path/to/dist/kaiafun-mcp-server.js"
],
"env": {
"PRIVATE_KEY": "0x"
}
}
}
}KaiaFun MCP provides a server that lets you list and trade KaiaFun tokens and interact with the Kaia blockchain through a standardized MCP interface. It enables applications and LLMs to access token data and perform on-chain actions within a consistent context.
You integrate the KaiaFun MCP server with your MCP client to enable token listing, trading, and Kaia blockchain interactions. Start by ensuring your MCP client is configured to connect to the KaiaFun MCP server. The server exposes a standard set of capabilities that you can invoke to manage tokens, check balances, and perform trades through the KaiaFun protocol.
Prerequisites: you need Node.js and a JavaScript package manager installed on your system. You will also use a build step to generate the server code.
1) Clone the project and navigate into the directory.
2) Install dependencies.
3) Build the MCP server.
4) Run the built MCP server using the generated entry point.
Configuration and runtime details are provided to enable secure operation and integration with your MCP client. You can configure two MCP server entries: one for running the KaiaFun MCP server locally and another for a Puppeteer-backed browsing capability.
List available KaiaFun tokens with predefined metadata and basic details.
Trade tokens on the KaiaFun protocol, including buy and sell actions.
Check token balances for configured wallets on the Kaia blockchain.