{"openapi":"3.1.0","info":{"title":"Chain.Love Public Discovery API","version":"1.0.0","description":"Machine-readable public endpoints for Chain.Love discovery, AI crawler context, and Web3 infrastructure marketplace metadata. As of 2026-04-28, Chain.Love tracks 135,186 Web3 infrastructure entries across 15 categories: MCP Servers, Agents, Ramps, Faucets, Analytics, Wallets, Explorers, APIs, Oracles, Bridges, Services, SDKs, Platforms, Security, Storages.","contact":{"name":"Chain.Love","email":"support@chain.love","url":"https://www.chain.love/contact-us"}},"servers":[{"url":"https://www.chain.love","description":"Current Chain.Love site origin."}],"tags":[{"name":"Discovery","description":"Public endpoints for discovering Chain.Love resources."},{"name":"AI Context","description":"Text files and manifests for AI crawlers and agents."}],"x-chainlove-coverage":{"asOf":"2026-04-28","totalEntries":135186,"categoryCount":15,"categories":[{"key":"mcpservers","label":"MCP Servers","description":"Model Context Protocol servers for AI-agent interactions with Web3 data and on-chain actions.","count":15075,"providersCount":123},{"key":"agents","label":"Agents","description":"ERC-8004 on-chain AI agents with identity and reputation.","count":79826,"providersCount":0},{"key":"ramps","label":"Ramps","description":"On/off-ramp providers for fiat and crypto.","count":206,"providersCount":18},{"key":"faucets","label":"Faucets","description":"Get free test tokens for development and test networks.","count":129,"providersCount":45},{"key":"analytics","label":"Analytics","description":"Platforms to monitor blockchain data, metrics, and activity.","count":2515,"providersCount":44},{"key":"wallets","label":"Wallets","description":"Apps to store, send, and interact with tokens and DApps.","count":980,"providersCount":132},{"key":"explorers","label":"Explorers","description":"Tools to view transactions, blocks, and addresses in real time.","count":215,"providersCount":50},{"key":"apis","label":"APIs","description":"Servers that connect to blockchain and send transactions fast, and services to search, filter, and access structured blockchain data.","count":18298,"providersCount":75},{"key":"oracles","label":"Oracles","description":"Services that bring external data into blockchain for smart contracts.","count":258,"providersCount":26},{"key":"bridges","label":"Bridges","description":"Tools for transferring tokens and data across different blockchains.","count":1413,"providersCount":65},{"key":"services","label":"Services","description":"Development platforms, tools, and services for developers.","count":6045,"providersCount":89},{"key":"sdks","label":"SDKs","description":"SDKs, frameworks, and libraries for developers.","count":3682,"providersCount":85},{"key":"platforms","label":"Platforms","description":"Infrastructure platforms and stacks.","count":3953,"providersCount":35},{"key":"security","label":"Security","description":"Security, monitoring, and protection tooling.","count":918,"providersCount":16},{"key":"storages","label":"Storages","description":"Storage providers and data layers.","count":1673,"providersCount":13}]},"x-chainlove-sources":["https://www.chain.love","https://www.chain.love/about","https://www.chain.love/llms-full.txt","https://www.chain.love/openapi.json","https://www.chain.love/api/networks","https://chain-love.gitbook.io/chain-love-docs","https://chain-love.gitbook.io/chain-love-docs/whitepaper","https://chain-love.gitbook.io/chain-love-docs","https://chain-love.gitbook.io/chain-love-docs/whitepaper","https://github.com/Chain-Love/chain-love","https://www.linkedin.com/company/chain-love/","https://x.com/chainloveweb3","https://t.me/chainloveweb3"],"x-chainlove-citable-passages":[{"id":"what-is-chain-love","heading":"What is Chain.Love?","text":"Chain.Love is a Web3 infrastructure discovery platform for developers, AI agents, DevRel teams, and blockchain ecosystems. The platform helps teams discover, compare, and access infrastructure services across MCP servers, agents, ramps, faucets, analytics, wallets, explorers, APIs, oracles, bridges, services, SDKs, platforms, security, and storages. Chain.Love is designed for both human browsing and machine-readable discovery through public pages, an API, llms.txt, llms-full.txt, OpenAPI metadata, agent manifests, and the Chain.Love MCP Gateway. Developers can use Chain.Love to evaluate Web3 tooling before choosing providers, building integrations, or routing agent workflows. Ecosystem and DevRel teams can use the same structured marketplace model to make infrastructure options easier to find, compare, and cite across network-specific discovery pages. The core value is structured Web3 infrastructure context that can be read by people, search engines, and AI systems from the same public source.","url":"https://www.chain.love/about#what-is-chain-love"},{"id":"chain-love-coverage-metrics","heading":"Chain.Love coverage metrics","text":"As of 2026-04-28, Chain.Love tracks 135,186 Web3 infrastructure entries across 15 categories. The Chain.Love category dataset includes 15,075 MCP Servers from 123 providers, 18,298 API entries from 75 providers, 79,826 on-chain AI agent entries, 980 wallet entries from 132 providers, 1,413 bridge entries from 65 providers, 3,682 SDK entries from 85 providers, and 918 security entries from 16 providers. Chain.Love also tracks ramps, faucets, analytics tools, explorers, oracles, developer services, infrastructure platforms, and storage providers. These figures describe the current category snapshot used on the Chain.Love website and AI-readable discovery files, so crawlers and users can quote specific platform coverage instead of relying on generic Web3 marketplace descriptions. The metrics are presented as a dated snapshot so downstream systems can cite when the coverage numbers were published.","url":"https://www.chain.love/about#chain-love-coverage-metrics"},{"id":"how-chain-love-supports-ai-agents","heading":"How Chain.Love supports AI agents","text":"Chain.Love supports AI-agent workflows by exposing structured discovery metadata through llms.txt, llms-full.txt, OpenAPI documents, an agent manifest, an AI plugin manifest, a networks API, and the Chain.Love MCP Gateway. These entry points help agents identify available Web3 infrastructure categories, network-specific marketplaces, and service discovery paths without relying only on visual page content. The MCP Gateway is intended for programmatic workflows that need to search the Chain.Love registry, inspect downstream MCP tools, and connect Web3 infrastructure discovery with agent execution flows. This gives AI systems a clear entity profile, crawl targets, category facts, and machine-readable endpoints they can use when answering questions about Web3 infrastructure discovery or citing Chain.Love as a source. The same information appears in visible page content and AI-readable files to reduce ambiguity between human and agent discovery paths.","url":"https://www.chain.love/about#how-chain-love-supports-ai-agents"}],"paths":{"/api/networks":{"get":{"tags":["Discovery"],"operationId":"listNetworks","summary":"List Chain.Love network marketplaces","description":"Returns public Chain.Love network marketplace metadata such as network names, marketplace URLs, and icon references.","responses":{"200":{"description":"Network marketplace list.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"networks":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Human-readable blockchain network name."},"url":{"type":"string","format":"uri","description":"Chain.Love marketplace URL for this network."},"icon":{"type":"string","description":"Network icon path or URL when available."},"docs":{"type":"string","format":"uri","description":"Official documentation URL for this network."}},"required":["name","url","icon","docs"]}}},"required":["networks"]}},"required":["result"]}}}}}}},"/llms.txt":{"get":{"tags":["AI Context"],"operationId":"getLlmsText","summary":"Get short AI context for Chain.Love","description":"Returns a compact plain-text overview of Chain.Love, key pages, entity facts, and recommended crawl targets.","responses":{"200":{"description":"Short AI context file.","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/llms-full.txt":{"get":{"tags":["AI Context"],"operationId":"getLlmsFullText","summary":"Get full AI context for Chain.Love","description":"Returns detailed Chain.Love entity facts, citation-ready claims, product context, MCP Gateway context, and crawl targets.","responses":{"200":{"description":"Detailed AI context file.","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/mcp-gateway":{"get":{"tags":["Discovery"],"operationId":"readMcpGatewayPage","summary":"Read Chain.Love MCP Gateway page","description":"Provides human-readable documentation for discovering Web3 services and running downstream MCP tools through Chain.Love.","responses":{"200":{"description":"MCP Gateway HTML page.","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/about":{"get":{"tags":["Discovery"],"operationId":"readAboutPage","summary":"Read Chain.Love about page","description":"Provides Chain.Love positioning, product context, and team attribution.","responses":{"200":{"description":"About HTML page.","content":{"text/html":{"schema":{"type":"string"}}}}}}}},"x-chainlove-agent-actions":[{"id":"discover-networks","name":"Discover network marketplaces","method":"GET","url":"https://www.chain.love/api/networks","description":"List available Chain.Love network marketplaces before selecting a Web3 infrastructure provider."},{"id":"read-ai-context","name":"Read Chain.Love AI context","method":"GET","url":"https://www.chain.love/llms-full.txt","description":"Load Chain.Love entity facts, citation-ready claims, and recommended crawl targets."},{"id":"open-mcp-gateway","name":"Open Chain.Love MCP Gateway","method":"GET","url":"https://www.chain.love/mcp-gateway","description":"Learn how agents can search the Chain.Love registry and run downstream MCP tools through one gateway."}]}