Skip to main content
Glama

Server Details

Search and discover 25,000+ MCP servers across all major registries. Connect and pay autonomously.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: catalog lists registries, checkout handles payments, inspect retrieves metadata for a specific server, and search finds servers by keyword. No overlap in functionality.

Naming Consistency5/5

All tool names are single lowercase words (catalog, checkout, inspect, search), following a consistent and predictable pattern.

Tool Count5/5

4 tools is a well-scoped number for a server focused on searching and interacting with MCP server registries. Each tool addresses a core function without unnecessary redundancy.

Completeness4/5

The tool set covers listing registries, searching servers, inspecting metadata, and handling payments. A minor gap is the lack of a tool to add or configure registries, but the core workflow is complete.

Available Tools

4 tools
catalogRegistry CatalogAInspect

List all registries being searched with live status and total server counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses the main behavioral trait (listing registries with status/counts) but lacks details on side effects, authorization, or pagination. It is not misleading but minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence, front-loaded with purpose, no wasted words. It efficiently communicates the tool's function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless list tool with no output schema, the description is nearly complete. It states what it returns. Minor missing details (e.g., output format) are acceptable for this simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist (0 params, 100% schema coverage). Baseline is 4; the description adds no param info but is adequate since none are needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists all registries being searched with live status and total server counts, specifying the resource and output details. It distinguishes from sibling tools (checkout, inspect, search) which have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The description does not mention prerequisites, exclusions, or context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

checkoutCheckout / Pay for MCP ServerAInspect

Detect payment protocol for any MCP server and route to the correct payment execution. Supports x402 (USDC on Base), MPP (Stripe), and prepaid API keys.

ParametersJSON Schema
NameRequiredDescriptionDefault
actionNofund | execute | checkfund
amountNoUSD amount to fund if prepaid (default 5)
payloadNoRequest body for execute action
agent_idNoOptional identifier for this agent
endpointYesMCP server endpoint URL
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It mentions protocol detection and routing but lacks details on side effects, authentication requirements, rate limits, or error handling. The supported payment types are listed, but behavioral traits are minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences that front-load the core purpose. No extraneous words or repetition. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is brief for a tool with 5 parameters and nested objects. No output schema exists, and the description does not hint at return values or typical usage patterns. It covers the basic purpose but leaves gaps for an agent to fully understand behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes all parameters with defaults and descriptions. The description adds no additional parameter information beyond what is in the schema, meeting the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool detects payment protocols and routes execution, with specific supported types (x402, MPP, prepaid API keys). It distinguishes from sibling tools (catalog, inspect, search) which serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for payment handling but does not explicitly state when to use this tool versus alternatives. No guidance on when not to use it or prerequisites is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

inspectInspect MCP ServerAInspect

Get full metadata for any MCP server. Accepts reverse-DNS name, endpoint URL, or plain keyword. Includes payment protocol detection.

ParametersJSON Schema
NameRequiredDescriptionDefault
identifierYesReverse-DNS name, endpoint URL, or plain keyword
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden. It implies a read operation ('get') but does not explicitly state it is non-destructive, nor does it disclose any side effects, permissions, or output behavior beyond 'full metadata'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. The purpose is stated first, followed by input variations and a feature highlight. Ideal conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter and no output schema, the description adequately covers what it does and what it returns. It lacks details on return format, but 'full metadata' is acceptable given the simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a clear description for the only parameter. The description adds no new information about the parameter beyond what the schema already provides, but is accurate and consistent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get full metadata for any MCP server,' specifying the action and resource. It also details input types and payment protocol detection, distinguishing it from sibling tools like catalog or search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The description does not mention prerequisites, exclusions, or contrast with sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources