提交

Chain.Love MCP

@Chain.Love

## Overview ### what is Chain.Love MCP? Chain.Love MCP is a hosted remote MCP server and gateway for AI agents. It provides a single endpoint for discovering and comparing Web3 infrastructure services across 50+ blockchain networks, including RPCs, indexing, oracles, storage, compute, and developer tools. ### how to use Chain.Love MCP? To use Chain.Love MCP, add the hosted endpoint to your MCP client and connect to `https://app.chain.love/mcp` over Streamable HTTP. For public use cases, the basic MCP server URL is enough. For private downstream MCPs, add credentials only when required using `x-chainlove-cred-<credentialKey>` headers. ### key features of Chain.Love MCP? - Hosted remote MCP gateway for AI agents - Single endpoint for Web3 infrastructure discovery across 50+ blockchain networks - Aggregates infrastructure options across RPCs, indexing, oracles, storage, compute, and developer tools - Streamable HTTP transport - Public documentation and onboarding resources available online ### use cases of Chain.Love MCP? - Discovering and comparing Web3 infrastructure providers across many blockchain networks - Finding RPC, indexing, oracle, storage, compute, and developer tooling options through one MCP server - Giving AI agents a single hosted integration surface for Web3 infrastructure discovery - Reducing the need to integrate many separate provider-specific endpoints ### FAQ from Chain.Love MCP? - Can Chain.Love MCP be used as a hosted remote MCP server? Yes. Chain.Love MCP is designed to be consumed as a hosted remote MCP endpoint at `https://app.chain.love/mcp`. - Does Chain.Love MCP require credentials? Not always. Some downstream integrations may require credentials, which can be passed using `x-chainlove-cred-<credentialKey>` headers when needed. - How do I know which credential header to use? You can check the open-source Chain.Love registry at `https://github.com/Chain-Love/chain-love/blob/main/references/offers/mcpservers.csv` or browse `https://app.chain.love/toolbox/mcpservers` and look for the relevant `credentialKey` value. - Where can I learn more? Landing page: `https://www.chain.love/mcp-gateway` Documentation: `https://chain-love.gitbook.io/mcp-module`
概览

Chain.Love MCP

Hosted MCP gateway for AI agents to discover and compare Web3 infrastructure services across 50+ blockchain networks through a single remote endpoint.

Overview

This repository is the public entrypoint for Chain.Love MCP. It is intentionally lightweight and exists to provide clear metadata, documentation, and registry-facing references for the product.

Chain.Love MCP is a hosted remote MCP server and gateway operated by Chain.Love. It gives AI agents a single integration surface for discovering and comparing Web3 infrastructure services across 50+ blockchain networks, including categories such as RPCs, indexing, oracles, storage, compute, developer tools, and related infrastructure.

The product is positioned as both an MCP gateway and an aggregator. This repository does not contain the production implementation or a local self-hosted package. Instead, it serves as a clean public landing point for GitHub visitors, MCP registries, directories, reviewers, and users evaluating the hosted service.

This repository exists so that:

  • GitHub visitors can quickly understand the product
  • MCP registries and directories have a stable public repository to reference
  • reviewers can verify endpoint, transport, and documentation links
  • users arriving from listings have a clear path to official onboarding material

The live production implementation is maintained in a private codebase.

Key Capabilities

  • Hosted MCP gateway for AI agents
  • Single remote entrypoint for agents to discover and compare Web3 infrastructure services across 50+ blockchain networks using the Chain.Love Web3 registry
  • Covers categories such as RPCs, indexing, oracles, storage, compute, developer tools, and related infrastructure
  • Product-facing access through one hosted endpoint rather than a local package in this repository

Quick Start

Chain.Love MCP is intended to be consumed as a remote hosted MCP server.

  • Hosted endpoint: https://app.chain.love/mcp
  • Transport: Streamable HTTP

Add Chain.Love MCP to your MCP client configuration using the hosted gateway URL.

{
  "mcpServers": {
    "chainlove-gateway": {
      "url": "https://app.chain.love/mcp"
    }
  }
}

Use the hosted gateway URL in your MCP client and add downstream credentials only when a private MCP requires them, using x-chainlove-cred-<credentialKey> headers.

To understand which header name you need, open the open-source registry file mcpservers.csv or browse the UI at https://app.chain.love/toolbox/mcpservers, choose the MCP server you want, and check its credentialKey value.

Generic private MCP credential pattern:

{
  "mcpServers": {
    "chainlove-gateway": {
      "url": "https://app.chain.love/mcp",
      "headers": {
        "x-chainlove-cred-<credentialKey>": "<credentialValue>"
      }
    }
  }
}

Example: GitHub MCP

{
  "mcpServers": {
    "chainlove-gateway": {
      "url": "https://app.chain.love/mcp",
      "headers": {
        "x-chainlove-cred-github": "<GITHUB_TOKEN>"
      }
    }
  }
}

服务器配置

{
  "mcpServers": {
    "chainlove-gateway": {
      "url": "https://app.chain.love/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.