forage
Server Details
Web search and URL-to-markdown for agents. Pay per call in USDC on Base, no signup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsscrapeAInspect
Fetch any public URL and return the main content as LLM-ready markdown. Free 20/day, then pay-per-call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL to fetch | |
| maxChars | No | Cap on returned markdown/text length (default 200000) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the transparency burden. It does disclose useful behavioral details: fetches public URLs, returns main content in markdown, has a free daily quota, and then becomes pay-per-call. However, it does not explain what 'main content' means, how much boilerplate is stripped, or what happens on failures, redirects, or non-public URLs.
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?
Two sentences, zero filler. The core action and output format are front-loaded, and the pricing constraint is added in a compact final clause. Every word earns its place.
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?
The tool is simple: one required URL parameter, one optional length cap, and no output schema. The description covers return format and quota behavior. It could mention error cases or non-public URL handling, but for a basic fetch-to-markdown utility with fully documented parameters, it is reasonably 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?
Schema description coverage is 100%, so the schema fully documents both url and maxChars. The description adds no parameter-specific semantics beyond what the schema states, leaving the baseline of 3 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 verb ('Fetch'), the resource ('any public URL'), and the output ('main content as LLM-ready markdown'). It naturally distinguishes itself from the sibling web_search tool: scrape targets a specific known URL while web_search finds URLs via a query.
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?
Usage is implied rather than explicit: if you have a direct URL and want its content, use scrape; if you need to find a URL, use web_search. The description does not explicitly state when not to use the tool or name alternatives, but the semantics are clear enough for basic routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
web_searchAInspect
Google web search — organic results, answer box, knowledge graph as JSON. Free 20/day, then pay-per-call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| gl | No | Country code, e.g. us, fr | |
| hl | No | Language code, e.g. en, fr | |
| num | No | Number of results (default 10) | |
| page | No | Results page (default 1) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose the free-tier quota and pay-per-call pricing model, which is genuinely useful cost context. However, it doesn't describe what the JSON response contains beyond the listed result types, error behavior, or rate-limit specifics. The disclosed quota info is solid but the description is thin on other behavioral traits (e.g., pagination semantics, degradation under heavy use).
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?
Two sentences with no filler. The core search behavior is stated first, and the pricing constraint is appended as a second sentence. Brief and informative, though the pricing detail might be more useful after scope and usage context; structurally it is still clean and front-loaded on the primary purpose.
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?
For a search tool with 100% schema coverage and no output schema, the description covers the behavior, the result types, and the cost model. The return value shape is only partially specified (mentions JSON and the result types) but no output schema is provided, so the description is doing reasonable work there. Missing error-handling and explicit alternative routing, but adequate for typical search invocations.
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% for the five parameters, so the schema and description together fully document 'q', 'gl', 'hl', 'num', and 'page'. The description adds the pricing/quota context that the schema does not carry, which is a real increment. But it doesn't add semantic nuance beyond what the schema already states — no formatting, defaults, or interplay hints. Baseline 3 is correct given full schema coverage.
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 a specific verb ('Google web search') with a clear resource, and enumerates the result types delivered (organic results, answer box, knowledge graph). This distinguishes it well from its sibling tool 'scrape' — one searches, the other scrapes a page. The scope is unambiguous.
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?
It identifies the search domain and output format, which implies when to reach for it, but it does not explicitly state when to avoid it or when to use the sibling 'scrape' instead. The distinction between search and scrape is reasonably inferable, but the description does not proactively route the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
scrape - First observed
web_search
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Live web search for AI agents. $0.001/call, x402 on Base, no API key.
Pay-per-request webpage-to-Markdown extraction for AI agents. $0.005 USDC via x402 on Solana.
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Related MCP Servers
- AlicenseAqualityBmaintenancePay-per-use clean web reader for AI agents. URL in, markdown plus metadata out, in milliseconds. Settled per-call in USDC over x402 — no signup, no API keys.11,2742MIT
- AlicenseNot gradedqualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.MIT
- AlicenseNot gradedqualityDmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.141MIT

Agent Search Proofficial
FlicenseNot gradedqualityAmaintenanceEnables agent-native web search and multi-angle research synthesis with pay-per-call USDC payments on Base via x402, requiring no API keys or subscriptions.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools are completely distinct: scrape fetches and converts specific URLs to markdown, while web_search performs web searches and returns structured results. There is no possible ambiguity between them.
Both tool names are single verbs in lowercase snake_case: 'scrape' and 'web_search'. They follow a consistent imperative pattern, making the naming predictable and intuitive.
With only 2 tools, the server feels thin for its apparent domain of web data access. While it covers the two most common operations, it borders on being too sparse for a comprehensive server.
The set covers the core workflows of searching the web and retrieving page content. Minor gaps exist, such as no HTML saving or link extraction, but the primary use cases are fully addressed, so it is not severely incomplete.