Chain.Love MCP
Server Details
Hosted MCP gateway for Web3 infra discovery across 20+ networks via one endpoint.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
5 toolsbind_credentials_bagBind Credentials BagAInspect
Optionally bind session-scoped downstream credentials immediately after initialize. Safe to call even when no credentials are available.
| Name | Required | Description | Default |
|---|---|---|---|
| credentials_bag | No | Optional session-scoped credentials map. When omitted, the server will attempt to bind credentials from request headers such as x-chainlove-cred-github. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context: the tool is 'safe to call' (implying non-destructive) and handles optional credentials. However, it doesn't describe potential side effects, error conditions, or what happens after binding (e.g., how credentials are used downstream). For a credential-related tool with zero annotation coverage, this leaves gaps in behavioral understanding.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (two sentences) and front-loaded with the core purpose. Every word earns its place: the first sentence states what the tool does and when to use it, while the second provides important safety guidance. There's no wasted text or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (credential binding), lack of annotations, and no output schema, the description is minimally complete. It covers the basic purpose and safety but doesn't explain what 'bind' actually means operationally, what 'downstream' refers to, or what happens after binding. For a security-sensitive tool, more context about authentication flows or error handling would be beneficial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already fully documents the single parameter. The description doesn't add any parameter-specific information beyond what's in the schema (e.g., it doesn't explain credential formats or binding mechanisms). With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate with extra semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'bind session-scoped downstream credentials immediately after initialize.' It specifies the verb ('bind'), resource ('credentials'), and timing ('after initialize'). However, it doesn't explicitly distinguish this tool from its siblings (discover_categories, discover_networks, execute, search), which appear unrelated to credential binding.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool: 'immediately after initialize' and 'when no credentials are available.' It also states it's 'safe to call even when no credentials are available,' which helps guide usage. However, it doesn't explicitly mention when NOT to use it or name alternatives among the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
discover_categoriesDiscover CategoriesAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Canonical chain key from discover_networks, for example 'filecoin' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'deterministic retrieval' which hints at reliability, but lacks details on permissions, rate limits, or error handling. The description adds some context but doesn't fully compensate for the absence of annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste. It's front-loaded with the core purpose, followed by usage guidance. Every sentence earns its place by providing essential information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (single parameter, no output schema, no annotations), the description is mostly complete. It explains purpose, usage sequence, and hints at behavior ('deterministic retrieval'), but lacks details on output format or error cases, which would be helpful without an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents the single 'chain' parameter. The description adds no additional parameter semantics beyond what the schema provides, such as format examples or constraints. The baseline score of 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('list', 'discover') and resources ('dynamic categories', 'compact category summaries') for a chosen chain. It distinguishes from siblings by referencing discover_networks and search, making its role explicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use this tool: 'Call this after discover_networks and before search when you want deterministic retrieval.' It provides clear sequencing guidance and distinguishes from alternatives by positioning it between two sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
discover_networksDiscover NetworksAInspect
List authoritative chain/network keys available in the current release. Call this first to choose a valid chain before discover_categories or search.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is a list operation (implying read-only) and positions it as a first step in a workflow, but lacks details on output format, error handling, or rate limits. The description adds some context but doesn't fully compensate for the absence of annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise with two sentences that each serve distinct purposes: the first defines what the tool does, the second provides critical usage guidance. There's zero wasted language, and it's front-loaded with the core functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 parameters, no output schema, no annotations), the description provides adequate context about its role in discovering network keys and workflow positioning. However, without annotations or output schema, it could benefit from more behavioral details about what 'authoritative chain/network keys' means in practice.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters with 100% schema description coverage (empty schema). The description appropriately doesn't discuss parameters since none exist, maintaining focus on the tool's purpose and usage. This meets the baseline expectation for parameterless tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('List') and resource ('authoritative chain/network keys available in the current release'), distinguishing it from siblings like discover_categories or search by focusing on foundational network discovery. It explicitly defines the tool's role in the workflow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool ('Call this first to choose a valid chain before discover_categories or search'), naming alternatives (discover_categories, search) and establishing a prerequisite order. This gives clear context for tool selection in the workflow.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
executeUnified ExecuteCInspect
Unified execution entrypoint for registry actions, saved connection management, downstream MCP connection validation, and downstream MCP runtime actions
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | 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 | |
| operation | No | 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 | |
| service_id | No | Registry service identifier. Required for service-scoped operations such as get_details, open_actions, and connect_mcp |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. While it mentions four categories of functionality, it doesn't disclose important behavioral traits: whether operations are read-only or mutating, authentication requirements, rate limits, error conditions, or what happens when operations fail. For a tool with 3 parameters and complex nested arguments, this is inadequate behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that packs multiple concepts but isn't well-structured. It lists four functional categories without explaining their relationships. While concise, it's not front-loaded with the most critical information and could benefit from clearer organization to help an agent understand this tool's role.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (3 parameters with nested objects, 12 possible operations, no output schema, and no annotations), the description is insufficient. It doesn't explain the tool's overall architecture, how operations differ, what results to expect, or error handling. For a unified entrypoint with multiple disparate functions, more context is needed to help an agent use it effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description doesn't add any meaningful parameter semantics beyond what's in the schema. It mentions categories of operations but doesn't explain how the 'operation' parameter relates to those categories or provide guidance on choosing between the 12 enumerated operations. Baseline 3 is appropriate when schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it's a 'unified execution entrypoint' but doesn't specify what it actually does beyond listing categories of actions. It mentions 'registry actions, saved connection management, downstream MCP connection validation, and downstream MCP runtime actions' but doesn't provide a clear verb+resource combination. This is vague about the actual functionality rather than stating a specific purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus the sibling tools (bind_credentials_bag, discover_categories, discover_networks, search). The description lists categories of operations but doesn't explain the relationship between this unified entrypoint and the specialized sibling tools. There's no 'when to use' or 'when not to use' information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchRegistry SearchAInspect
Search Chain.Love registry services. Prefer passing explicit chain/category from discover_networks and discover_categories, but standalone search still works without prior discovery.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags to filter by | |
| chain | No | Target chain key. Prefer passing a value returned by discover_networks | |
| limit | No | Pagination limit (max 20) | |
| query | No | Free-form query text | |
| offset | No | Pagination offset | |
| filters | No | Dynamic filter object | |
| category | No | Top-level category key. Prefer passing a value returned by discover_categories |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that standalone search works without prior discovery, which is useful context. However, it doesn't describe what type of results are returned, whether this is a read-only operation, any rate limits, authentication requirements, or pagination behavior beyond what's in the schema. For a search tool with 7 parameters and no annotations, this is insufficient behavioral transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise - just two sentences that pack substantial information. The first sentence states the core purpose, the second provides important usage guidance. Every word earns its place with zero wasted text. The structure is front-loaded with the essential information first.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (7 parameters, no output schema, no annotations), the description is adequate but has clear gaps. It explains the tool's purpose and provides some usage guidance, but doesn't describe what the search returns, the format of results, or important behavioral aspects. With no output schema and no annotations, the description should do more to compensate for these missing structured elements.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all 7 parameters thoroughly. The description adds some value by explaining the relationship between chain/category parameters and the discover_networks/discover_categories tools, but doesn't provide additional semantic meaning beyond what's in the schema descriptions. With high schema coverage, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches 'Chain.Love registry services' with a specific verb+resource combination. It distinguishes from siblings by mentioning discover_networks and discover_categories, though it doesn't explicitly differentiate from execute or bind_credentials_bag. The purpose is clear but sibling differentiation could be more complete.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool: 'Prefer passing explicit chain/category from discover_networks and discover_categories, but standalone search still works without prior discovery.' This gives clear context about dependencies and alternatives. However, it doesn't specify when NOT to use this tool or compare it to all sibling tools like execute.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!