love.chain.app/chainlove-mcp
Official5 toolsChain.Love MCP
Hosted MCP gateway for Web3 infra discovery across 20+ networks via one endpoint.
Web3 infrastructure discovery gateway providing unified access across 20+ blockchain networks.
Captured live from the server via tools/list.
discover_networks
List authoritative chain/network keys available in the current release. Call this first to choose a valid chain before discover_categories or search.
No parameters.
discover_categories
For a chosen chain, list its dynamic categories and compact category summaries. Call this after discover_networks and before search when you want deterministic retrieval.
Parameters (1)
- chainstringrequired
Canonical chain key from discover_networks, for example 'filecoin'
search
Search Chain.Love registry services. Prefer passing explicit chain/category from discover_networks and discover_categories, but standalone search still works without prior discovery.
Parameters (7)
- querystring
Free-form query text
- chainstring
Target chain key. Prefer passing a value returned by discover_networks
- categorystring
Top-level category key. Prefer passing a value returned by discover_categories
- tagsarray
List of tags to filter by
- limitinteger
Pagination limit (max 20)
- offsetinteger
Pagination offset
- filtersobject
Dynamic filter object
bind_credentials_bag
Optionally bind session-scoped downstream credentials immediately after initialize. Safe to call even when no credentials are available.
Parameters (1)
- credentials_bagobject
Optional session-scoped credentials map. When omitted, the server will attempt to bind credentials from request headers such as x-chainlove-cred-github.
execute
Unified execution entrypoint for registry actions, saved connection management, downstream MCP connection validation, and downstream MCP runtime actions
Parameters (3)
- service_idstring
Registry service identifier. Required for service-scoped operations such as get_details, open_actions, and connect_mcp
- operationstring
Unified operation name: get_details | open_actions | connect_mcp | list_connections | create_connection | get_connection | update_connection_label | delete_connection | list_mcps | bind_mcp_tokens | list_mcp_tools | call_mcp_tool
- argumentsobject
Operation-specific arguments. Preferred runtime flow uses create_connection or bind_credentials_bag, then connect_mcp, then connection_id for list_mcp_tools and call_mcp_tool
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"chainlove-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.chain.love/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.