EDUCHAIN Agent Kit is a Model Context Protocol (MCP) server integrated into Claude's MCP, providing tools and resources for interacting with EDUCHAIN. It allows users to query information about tokens and pools and perform swaps through SailFish DEX.
EDUCHAIN Agent Kit is a Model Context Protocol (MCP) server integrated into Claude's MCP, providing tools and resources for interacting with EDUCHAIN. It allows users to query information about tokens and pools and perform swaps through SailFish DEX.
Clone the repository, install dependencies, build the project, and configure the MCP server in your Claude Desktop configuration file.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"educhain-agent-kit": {
"command": "npx",
"args": [
"-y",
"Clone the repository, install dependencies, build the project, and configure the MCP server in your Claude Desktop configuration file."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from EDUCHAIN Agent Kit?"
No configuration required. This server works out of the box.
"What resources are available in EDUCHAIN Agent Kit?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in EDUCHAIN Agent Kit"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in EDUCHAIN Agent Kit with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.