Skip to main content
Glama

Server Details

Twitter/X, YouTube, Reddit, Google and more - 100+ endpoints in total. No account, no OAuth, no subscription. Pay per call in USDC, or top up once and spend one balance across all of them.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
check_balanceAInspect

Free. Show the remaining credit balance for the API key sent in this connection's Authorization header. Call this before a long run of paid requests.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations present, the description carries the full behavioral disclosure burden. It discloses that the call is free, that it checks the balance associated with the connection's Authorization header, and implies it is a read-only informational operation. This is good coverage for such a simple tool.

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?

The description is two short sentences with no redundancy. It front-loads the key value ('Free'), states the action, and then provides a practical usage hint. Every sentence earns its place.

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

Completeness5/5

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

For a zero-parameter, no-output-schema utility tool, the description covers what the tool does, its cost implication, the authentication context, and when to call it. Nothing essential is missing.

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?

The input schema is empty, so there are no parameters to describe. The baseline for zero parameters is 4, and the description adds relevant context by clarifying that the balance is tied to the Authorization header rather than to an explicit parameter.

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 names a specific verb ('Show') and resource ('remaining credit balance for the API key'), making the tool's purpose unambiguous. It also distinguishes itself from likely siblings like topup_credits by focusing on balance checking rather than purchasing credits.

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

Usage Guidelines4/5

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

The description gives an explicit timing recommendation: 'Call this before a long run of paid requests.' It does not state when not to use the tool or name alternatives, but the guidance is useful and clear.

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

describe_endpointAInspect

Free. Show the full call signature for one endpoint: required and optional parameters, allowed values, price, and response shape.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesEndpoint path, e.g. /api/twitter/search or /api/twitter/handle/{handle}

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'Free' is useful behavioral context, and 'Show the full call signature' suggests a read-only introspection operation rather than an actual endpoint call. Still, it does not explicitly state that no endpoint is executed, no credits are consumed, or that this is purely a documentation/metadata lookup.

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 tight sentence front-loads the most important fact ('Free') and then enumerates the return contents with no wasted words. Every phrase earns its place, and the structure makes the tool's value immediately obvious.

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 single-parameter tool with no output schema, the description is largely complete: it states cost, input is implied by the path, and it names all output categories. It could be slightly stronger by explicitly connecting to search_endpoints as the way to discover paths, but that gap is minor given the tool's 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 description coverage is 100%, so the schema already documents 'path' with an example. The tool description adds context about what the returned signature contains, but it does not add any new meaning to the path parameter beyond what the schema already provides. Baseline 3 is appropriate.

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 uses a specific verb ('Show') with a clear resource ('the full call signature for one endpoint') and enumerates exactly what is included: required and optional parameters, allowed values, price, and response shape. It is immediately distinguishable from siblings like search_endpoints, which searches rather than describes a single endpoint.

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 clearly implies this tool is for inspecting a specific endpoint once its path is known, and 'Free' signals it is safe for discovery. However, it never explicitly says 'if you don't know the path, use search_endpoints first' or mentions when not to use it, so the routing guidance is only implied rather than stated.

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

fetch_dataAInspect

Paid. Fetch live data from any fetcher.sh endpoint. Pass the endpoint path plus its parameters (path and query parameters together in params). Priced per call in USDC on Base, Monad or Solana: pay with x402, or send an Authorization: Bearer bby_live_... header to spend prepaid credits. Call describe_endpoint first if unsure about parameters. For a named tool per endpoint, use [service].fetcher.sh/mcp.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesEndpoint path from search_endpoints, e.g. /api/twitter/search
paramsNoAll parameters for the endpoint, path and query alike, e.g. { query: 'x402', sort: 'Latest' }

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly discloses that the tool is paid, how payment works via x402 or a Bearer bby_live_... header, and that both path and query parameters go into params. However, it does not mention potential errors, response format, rate limits, or explicitly confirm read-only behavior beyond the word 'Fetch.'

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?

The description is compact, front-loaded with the core function, and every sentence adds necessary operational or pricing context. The standalone 'Paid.' immediately alerts the agent to the cost-bearing nature, and the subsequent sentences cover mechanics, alternatives, and payment methods without fluff.

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 generic endpoint-fetching tool with no output schema, the description covers the essential operational aspects: payment, authentication, parameter construction, and when to call describe_endpoint. It does not explain the response shape or error behavior, but the arbitrary endpoint nature makes a precise return contract impractical. Overall, an agent can call it correctly with the provided information.

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 documents both path and params thoroughly. The description adds some clarification by stating that path and query parameters are passed together in params, but this largely mirrors the schema's existing description. It is adequate but does not substantially elevate the semantics.

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 names a specific action and resource: 'Fetch live data from any fetcher.sh endpoint.' This clearly distinguishes fetch_data from sibling tools like describe_endpoint, search_endpoints, check_balance, and topup_credits. It also clarifies the generic scope versus the named per-endpoint MCP alternative.

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

Usage Guidelines4/5

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

The description gives practical guidance: call describe_endpoint first if unsure about parameters, use a named tool per endpoint when one exists, and expect a paid call. It does not explicitly enumerate when not to use fetch_data, but the routing to describe_endpoint and the named-tool alternative provides usable context.

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

search_endpointsAInspect

Free. Search fetcher.sh's web-data endpoints (Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, Google Maps, Google News, Google Play, App Store, Yelp) by keyword and/or service. Returns paths, descriptions and per-call prices. Start here.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoKeywords, e.g. 'twitter followers' or 'reviews'
serviceNoRestrict to one service slug, e.g. 'twitter'

TDQS

A4/5.0
Behavior4/5

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

With no annotations supplied, the description carries the transparency burden. It discloses that the search is free, that it is a search operation (therefore read-only in nature), and exactly what it returns: paths, descriptions, and per-call prices. It does not discuss pagination or auth, but those are not critical for this kind of catalog lookup.

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?

Three short sentences with no filler. The long service list is justified because it defines the catalog scope, and the key facts ('Free', what it returns, 'Start here') are front-loaded or clearly placed.

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, optional-parameter discovery tool with no output schema, the description says enough: what it operates on, how to scope a search, what will be returned, and the cost of the search call. It could optionally mention behavior with no query or the result-set structure, but that is a minor gap.

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 both parameters are already documented with examples. The phrase 'by keyword and/or service' aligns with query and service but adds no new format, defaults, or validation details; the schema already carries the load.

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 names a specific action ('Search'), a concrete resource ('fetcher.sh's web-data endpoints'), and the two search dimensions (keyword and/or service). It also states what it returns (paths, descriptions, per-call prices), which distinguishes this catalog-discovery tool from sibling tools that fetch actual data.

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?

'Start here' provides an implied usage context: this is the discovery entry point for the endpoint catalog. However, it does not explicitly say when to use a service-specific sibling such as twitter_search or describe_endpoint, nor does it tell the agent what to do after finding an endpoint.

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

topup_creditsAInspect

Paid (the amount you choose, minimum $1). Buy prepaid credits with x402 so later calls skip the per-call payment round trip. With an Authorization: Bearer bby_live_... header on this connection it recharges that key. Without one, the paying wallet becomes the account and a new API key is minted and returned once — store it as a secret, it cannot be recovered.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount to add, in USD. Minimum 1.
rotateNoMint a replacement key for the paying wallet, invalidating the old one immediately. Only valid when no Authorization header is sent.

TDQS

A4.6/5.0
Behavior5/5

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 clearly explains the payment requirement, the recharge versus new-key behavior, the one-time key return, and the critical caveat that the key cannot be recovered. This is rich, honest behavioral context.

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?

The description is compact yet information-dense, with every sentence contributing essential details. The key caveat about key recovery is front-loaded near the end, and there is no filler or repetition.

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 tool with no output schema and no annotations, the description provides enough context to invoke it correctly: payment amount, minimum, auth modes, and outcome. It does not describe error cases or the exact response format beyond key return, but the critical operational details are present.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining how the amount ties to prepaid credits, how the Authorization header changes the effect of the call, and that a new key is returned only once and must be stored as a secret. This enhances the parameter understanding.

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 states a clear action ('Buy prepaid credits with x402') and a specific resource, making the tool's purpose immediately identifiable. It also explains the benefit ('later calls skip the per-call payment round trip'), which helps distinguish it from the other listed tools.

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

Usage Guidelines4/5

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

The description gives explicit instructions for two use cases: with an Authorization header it recharges the key, and without one it mints a new API key. It does not explicitly compare against sibling tools, but the usage context is clear and actionable.

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.

  1. 11 tool updates
    • Removedappstore_apps
    • Removedgoogle_maps_place_search
    • Removedgoogle_news_search
    • Removedgoogle_search
    • Removedgoogleplay_apps
    • Removedinstagram_user_handle
    • Removedreddit_search_post
    • Removedtiktok_post_search
    • Removedtwitter_search
    • Removedyelp_search
    • Removedyoutube_search_video
  2. 16 tool updates
    • First observedappstore_apps
    • First observedcheck_balance
    • First observeddescribe_endpoint
    • First observedfetch_data
    • First observedgoogle_maps_place_search
    • First observedgoogle_news_search
    • First observedgoogle_search
    • First observedgoogleplay_apps
    • First observedinstagram_user_handle
    • First observedreddit_search_post
    • First observedsearch_endpoints
    • First observedtiktok_post_search
    • First observedtopup_credits
    • First observedtwitter_search
    • First observedyelp_search
    • First observedyoutube_search_video

Frequently Asked Questions

Discussions

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct role: discovery (search_endpoints), inspection (describe_endpoint), data retrieval (fetch_data), balance checking (check_balance), and credit top-up (topup_credits). There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_balance, describe_endpoint, fetch_data, search_endpoints, topup_credits. The naming conventions are uniform and predictable throughout.

Tool Count5/5

Five tools is well-scoped for this server's purpose as an API gateway and credit manager. Each tool covers a necessary part of the workflow without redundancy or bloat.

Completeness5/5

The tool set covers the full user journey: discover endpoints, inspect endpoint details, fetch data, check remaining credits, and top up credits. There are no obvious dead ends or missing operations for the stated domain.

Resources