Serverslove.chain.app/chainlove-mcp
M

Chain.Love MCP

love.chain.app/chainlove-mcp · v0.1.1
● Remote
v0.1.1remote🌐 https://app.chain.love/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "love.chain.app/chainlove-mcp",
  "description": "Hosted MCP gateway for Web3 infra discovery across 20+ networks via one endpoint.",
  "title": "Chain.Love MCP",
  "version": "0.1.1",
  "websiteUrl": "https://chain.love/mcp-gateway",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.chain.love/mcp",
      "headers": [
        {
          "description": "Optional session-scoped credential example for downstream MCP access. This example uses GitHub: send your raw GitHub token in x-chainlove-cred-github. Other downstream MCP credentials can be passed similarly using x-chainlove-cred-<credential_key>.",
          "isSecret": true,
          "name": "x-chainlove-cred-github"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}