Sponsored by Deepsite.site

Chain.Love MCP

创建者
Chain.Love4 months ago
## 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"
    }
  }
}
推荐的 MCP Client
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Cherry Studio🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.
Roo Code (prev. Roo Cline)Roo Code (prev. Roo Cline) gives you a whole dev team of AI agents in your code editor.
WindsurfThe new purpose-built IDE to harness magic
ChatWiseThe second fastest AI chatbot™
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
y-cli 🚀A Tiny Terminal Chat App for AI Models with MCP Client Support
Continue⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks
MCP ConnectEnables cloud-based AI services to access local Stdio based MCP servers via HTTP requests
A Sleek AI Assistant & MCP Client5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .
Cline – #1 on OpenRouterAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
LutraLutra is the first MCP compatible client built for everyone
CursorThe AI Code Editor
HyperChatHyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.
DeepChatYour AI Partner on Desktop
Refact.aiOpen-source AI Agent for VS Code and JetBrains that autonomously solves coding tasks end-to-end.
ZedCode at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
MCP PlaygroundCall MCP Server Tools Online
EXPLYT
chatmcpChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code