Lagoon MCP provides natural language access to DeFi vault data, portfolios, and performance metrics. It connects to Lagoon's analytics platform, exposing vault details, portfolio compositions, and historical performance. Developers use it to build AI agents that query DeFi vault analytics without direct API calls.
Lagoon MCP provides natural language access to DeFi vault data, portfolios, and performance metrics. It connects to Lagoon's analytics platform, exposing vault details, portfolio compositions, and historical performance. Developers use it to build AI agents that query DeFi vault analytics without direct API calls.
npx -y @lagoon-protocol/lagoon-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"lagoon-protocol-lagoon-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @lagoon-protocol/lagoon-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from lagoon-mcp?"
No configuration required. This server works out of the box.
"What resources are available in lagoon-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in lagoon-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in lagoon-mcp 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.