agent-web-reader
Server Details
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
- 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
Average 4.1/5 across 3 of 3 tools scored. Lowest: 3.4/5.
Each tool targets an entirely different domain—web page extraction, crypto market data, and GitHub SEO auditing—so there is zero overlap or ambiguity between them.
Tool names use snake_case but follow no consistent pattern: some are compound nouns (agent_web_reader), others combine distinct subjects (crypto_market_signal, github_repo_seo_audit). No shared verb or prefix exists, making the naming style inconsistent.
Three tools is a small count, but the server name suggests a focused web-reading purpose while including unrelated tools. The scope feels broad yet under-covered, making the count borderline appropriate.
The server's stated domain is unclear; for a web reader, only fetching URLs is provided, missing browsing, caching, or text processing. The other tools are unrelated, leading to significant gaps in coverage for any single use case.
Available Tools
3 toolsagent_web_readerWeb-content readerARead-onlyInspect
Paid (x402, $0.002 USDC on Base). Fetch any http(s) URL and return clean readable text, title/description/canonical, and outbound links as JSON — the data an agent ingests on each step of a crawl/RAG loop.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL to fetch and extract (e.g. 'https://example.com/article') | |
| x402_payment | No | Base64 X-PAYMENT header from your x402 wallet (omit to get the payment challenge) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and openWorldHint. The description adds valuable context: the tool is paid (cost per use), requires an x402 payment header, and returns specific fields. No contradictions with annotations; additional cost and input requirements are disclosed.
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 concise sentences covering purpose, output, cost, and use case. Every word earns its place; no fluff or repetition. Front-loaded with key information.
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 description fully explains the tool's purpose and use context (crawl/RAG). With 100% schema coverage and annotations, it is sufficiently complete for selection. A more detailed output structure description could be added, but the current text conveys what the agent receives.
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 coverage is 100%, so baseline is 3. The description adds extra meaning by explaining the x402_payment parameter: 'omit to get the payment challenge.' This provides practical guidance beyond the schema's technical description.
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 fetches any http(s) URL and returns clean readable text, metadata, and outbound links as JSON. This specific verb+resource (fetch URL) distinguishes it from siblings like crypto_market_signal and github_repo_seo_audit.
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 implies usage in crawl/RAG loops ('data an agent ingests on each step of a crawl/RAG loop') and mentions the cost (paid x402). However, it does not provide explicit when-not-to-use scenarios or alternatives, leaving the agent to infer context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crypto_market_signalCrypto market signalARead-onlyInspect
Paid (x402, $0.005 USDC on Base). For each CoinGecko id return price, market cap, 24h change, 24h volume, plus a derived momentum score (-100..100), a bullish/neutral/bearish signal, and a volatility flag — enriched data an agent ingests in a trading/research loop.
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated CoinGecko ids (e.g. 'bitcoin,ethereum,solana'), max 25 | |
| x402_payment | No | Base64 X-PAYMENT header from your x402 wallet (omit to get the payment challenge) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description discloses the paid nature, the payment flow (x402 with challenge), and the enriched output data. Annotations already indicate readOnlyHint=true and openWorldHint=true, and the description adds valuable behavioral context without contradiction.
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 much information, but it is slightly dense; it could be broken into two sentences for clarity. 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?
The tool has no output schema, but the description lists all returned fields. It covers input, payment, and output sufficiently. Lacks details on error handling or rate limits, but acceptable for a tool with annotations.
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 coverage is 100% with descriptions for both parameters. The description adds extra meaning by explaining the payment parameter's behavior (omit to get challenge) and clarifying that IDs are CoinGecko IDs.
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 explicitly states the tool returns crypto market data (price, market cap, 24h change, etc.) for CoinGecko IDs, with a derived momentum score and signal. It clearly distinguishes from unrelated sibling tools like agent_web_reader and github_repo_seo_audit.
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 mentions the payment requirement ($0.005 USDC via x402) and the input format (comma-separated IDs). However, it does not explicitly provide guidance on when to use this tool versus alternatives or when not to use it, though siblings are unrelated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
github_repo_seo_auditGitHub repo SEO auditBRead-onlyInspect
Paid (x402, $0.005 USDC on Base). Score a GitHub repo's README, description, topics, homepage and metadata and return a 0-100 score, a grade, and concrete fixes. Input: owner, repo.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner or org | |
| x402_payment | No | Base64 X-PAYMENT header from your x402 wallet (omit to get the payment challenge) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds some behavioral context by stating it's paid, but the annotations already declare readOnlyHint=true and openWorldHint=true. The description does not fully disclose the payment mechanism or the two-step flow for the x402_payment parameter. It does not contradict 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 concise with two sentences, front-loading key information (paid, purpose). It efficiently conveys the tool's action and output. Minor improvement would be to mention the payment parameter.
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 description explains the return values (score 0-100, grade, fixes) and the input fields (owner, repo) but omits the x402_payment parameter. The payment aspect is critical for usage, and the lack of detail on the payment flow makes the description incomplete.
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 schema coverage is 100%, so the baseline is 3. The description adds meaning for the two required parameters (owner, repo) by specifying they are GitHub identifiers. However, it omits the third parameter (x402_payment) entirely, leaving its purpose unclear.
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: to score a GitHub repo's SEO based on README, description, topics, etc., and return a score, grade, and fixes. It distinguishes itself from sibling tools (agent_web_reader, crypto_market_signal) by its specific focus and output.
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 mentions the tool is paid (x402, $0.005 USDC on Base), which is important usage context. However, it does not explain when to use it versus alternatives (though siblings are unrelated) or how to handle the payment flow (e.g., when to omit the x402_payment parameter to get a challenge).
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!