foragex402
Server Details
Meta-search MCP for x402 agent-payable services -- find paid APIs across every registry.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mapizarro1/foragex402
- GitHub Stars
- 0
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
Average 4.3/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: one searches for existing services, the other reports missing services. No overlap in functionality.
Both tools follow a consistent verb_noun pattern: 'search_services' and 'report_missing_service', using snake_case throughout.
With only 2 tools, the server is very lean but covers the core needs of searching and reporting. Slightly thin, but reasonable for a minimal registry.
The tool surface lacks basic CRUD operations (e.g., list all services, add/update a service, delete). Agents can only search and report, which is incomplete for a full registry.
Available Tools
2 toolsreport_missing_serviceAInspect
Report a paid service or capability you needed but could not find in any registry -- the search returned nothing, or the results did not actually do what you needed. Describe the task you were trying to accomplish. Optionally include the price per call you would have been willing to pay. Reporting helps this capability get built.
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| would_pay_usdc | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It explains the action (reporting) and vague outcome ('helps this capability get built'), but lacks details on side effects, authentication, or what happens to the report. Not misleading, but could be more transparent.
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 concise and front-loaded, with three sentences that efficiently convey purpose, usage, and optional input. No wasted words.
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 (two parameters, no output schema), the description provides sufficient guidance for an agent to use it correctly. It covers what to describe and what to optionally include. Lacking a note on success feedback, but overall complete.
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?
With 0% schema description coverage per context, the description compensates by explaining both parameters: 'Describe the task' for the 'description' field and 'Optionally include the price per call' for 'would_pay_usdc'. This adds meaningful context beyond the schema's type and title.
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: reporting a missing paid service or capability after a search failure. It uses specific verbs and resource, and implicitly distinguishes from the sibling tool 'search_services' by describing the context of use.
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: 'the search returned nothing, or the results did not actually do what you needed.' This provides clear usage context and distinguishes from the search sibling.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_servicesAInspect
Find and compare paid API services that AI agents can purchase per-call with instant crypto/stablecoin payment -- data feeds, web search, file conversion, inference, scraping, market data, and any other pay-per-use endpoint. Searches every known service registry in one query and returns each service's URL, price per call, and payment details. Use this when you need a capability you don't have, when a task requires an external API, or when a resource responds 402 Payment Required and you want alternatives, or when the capability you need is a paid remote service rather than an installable tool. Optionally filter by max price in USDC (0.01 = one cent/call).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_price_usdc | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility. It states that the tool searches every known registry and returns specific fields, but it does not explicitly declare if the operation is read-only, idempotent, or mention potential side effects like rate limits or authentication requirements. The description adds some context but lacks full transparency for a search tool.
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 paragraph that is well-structured, front-loading the main purpose, then usage guidelines, then parameter info. Every sentence adds value, though it could be slightly more concise by omitting redundancy (e.g., 'any other pay-per-use endpoint' is already implied).
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 is simple (2 parameters, no output schema, no annotations, and low schema coverage), the description provides a complete picture: what it does, when to use it, what parameters mean, and what the return fields are (URL, price per call, payment details). It lacks return format details but that is acceptable without an output schema. The sibling tool is implicitly addressed.
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 0%, so the description must compensate. It adds meaning to max_price_usdc by mentioning it filters by max price in USDC with an example (0.01 = one cent/call). For the query parameter, it only implies it is a search term. The description adds some value but could provide more detail on query syntax or examples.
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 finds and compares paid API services that AI agents can purchase per-call. It specifies the resource (paid API services), verb (search/compare), and scope (across known service registries). It also distinguishes from the sibling tool report_missing_service by focusing on finding existing services rather than reporting missing ones.
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 lists when to use this tool: when you need a capability you don't have, when a task requires an external API, when a resource responds 402 Payment Required and you want alternatives, or when the capability is a paid remote service. It also implies when not to use it (when you need to report a missing service, use the sibling tool).
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!
Related MCP Servers
- Alicense-qualityCmaintenanceEnables MCP-compatible agents to discover and call x402 paid services from a directory of over 2,000 APIs.Last updatedApache 2.0
- AlicenseAqualityDmaintenanceSearch 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys or accounts required.Last updated1632MIT
- AlicenseAqualityAmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.Last updated41MIT
- Alicense-qualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.Last updatedMIT