Skip to main content
Glama

Server Details

247 LLMs + image/video/voice/music gen + crypto/DeFi/markets/web-search. Pay-per-call USDC, no key.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation3/5

list_endpoints and pricing_info overlap heavily—both surface pricing information, and an agent could easily pick the wrong one. The other three tools are more distinct, but this pair introduces real ambiguity.

Naming Consistency3/5

The naming is readable but mixes styles: install_snippets and list_endpoints follow a verb_noun pattern, while pricing_info, usage_stats, and wallet_helper are noun-heavy labels. No chaotic mixing, but no strong consistent convention.

Tool Count4/5

Five tools is a reasonable number for a small gateway server, and none feel entirely superfluous. There is minor redundancy between the two pricing-related tools, but the overall count is well-scoped.

Completeness1/5

The server describes itself as a gateway to paid endpoints, yet provides no tool to actually call any paid endpoint—only meta helpers for installation, discovery, pricing, usage, and wallet setup. This leaves agents unable to perform the server's core function.

Available Tools

5 tools
install_snippetsAInspect

Return ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.dev, Windsurf, and Zed. Free.

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 provided, the description carries the full burden for behavioral disclosure. It adds the trait that the tool is 'Free,' and implies it is a read-only operation returning text. It could be improved by noting that no side effects occur, but for a zero-parameter tool, this is sufficient.

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 a single concise sentence that front-loads the action and resource, followed by a list of supported clients. The word 'Free' adds value without bloat. Every part earns its place, with zero wasted words.

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?

Given that there are no parameters and no output schema, the description fully explains what the tool returns and for which clients. An agent can invoke this tool with confidence, knowing what to expect.

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 tool has zero parameters, so the baseline score is 4 per guidelines. The description does not need to add parameter information since there are none, and the schema coverage is 100% by default.

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 returns ready-to-paste configuration snippets for installing the MCP server in specific platforms. The verb 'return' and the specific resource ('configuration snippets for installing this MCP server') make the purpose unambiguous, and it distinguishes itself from sibling tools that perform data lookups or scrapes.

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 explicitly tells the user when to use this tool: when they need installation snippets for the listed clients. Although it does not mention when not to use it or provide alternatives, the context of sibling tools (none similar) makes the usage guideline clear.

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

list_endpointsAInspect

List all paid endpoints exposed by this MCP server with their prices and live status. Free — no wallet required. Use this first to discover what tools are available.

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?

No annotations provided, but the description adequately discloses free usage, no wallet requirement, and the nature of output (paid endpoints with prices and status). Could add details about output format but not required for this 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?

Two sentences efficiently convey purpose and usage. No unnecessary words, front-loaded with key information.

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?

Given zero parameters, no output schema, and straightforward functionality, the description fully covers what an agent needs to know to select and invoke correctly.

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, so baseline 4 per guidelines. Schema coverage is 100%, and description adds no redundant information.

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 paid endpoints with prices and live status, and distinguishes it from sibling tools by noting it's a discovery entry point. The verb 'list' and resource 'endpoints' are specific.

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?

Explicitly advises 'Use this first to discover what tools are available,' providing clear context for when to invoke. Does not mention when not to use, but for a discovery tool, this is sufficient.

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

pricing_infoAInspect

Return pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool is free, which is a behavioral trait. However, it lacks information about authentication, rate limits, or whether it is read-only. The description adds some value but misses important 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 a single sentence plus 'Free.' It is concise, front-loaded with the main purpose, and contains no redundant information. Every word earns its place.

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?

Given no parameters and no output schema, the description fairly covers the return content (base price, premium endpoints, cache TTLs, payment networks). It does not specify output format but is generally complete for a simple info tool.

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 tool has zero parameters and schema coverage is 100%, so the description does not need to add parameter semantics. The description effectively conveys what the tool returns, adding meaning beyond the empty schema, which is appropriate for a no-parameter tool.

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 verb 'Return' and the resource 'pricing details for the GoCreative Agent API', listing specific details like base price, premium endpoints, cache TTLs, and supported payment networks. It is distinct from sibling tools, which are mostly lookup, enrich, or scrape functions.

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 does not explicitly state when to use this tool versus alternatives. While it is the only pricing tool among siblings, no usage context or exclusions are provided. The mention of 'Free' hints at cost but does not guide selection.

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

usage_statsAInspect

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity). Free. Use to verify your own integration is hitting the right tools.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

No annotations. Description mentions it's 'Free' and returns aggregated stats, but doesn't detail data freshness, caching, or any side effects. Acceptable for a simple read-only 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?

Two concise sentences, front-loaded with key purpose, efficient and clear.

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 tool with no output schema, the description sufficiently explains the return content. Missing time range or example format but acceptable.

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, and schema coverage is 100%. The description adds value by specifying what stats are included (top tools, success rate, recent activity), exceeding the schema.

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 it returns summary stats of server usage (top tools, success rate, recent activity), distinctly different from sibling lookup/enrich/scrape 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?

Explicitly advises using it to 'verify your own integration is hitting the right tools', providing clear context. Could mention not to use for external data but sufficient.

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

wallet_helperAInspect

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server. Use this if a paid tool returned a 402 error or you're onboarding a new agent that needs to pay for API calls. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.7/5.0
Behavior4/5

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

The description discloses that the tool returns instructions (no side effects) and is free. However, it does not mention any prerequisites or limitations beyond the use cases. With no annotations, the description carries the burden and does a good job but could add more detail about what the instructions include.

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 extremely concise with two sentences, front-loading the purpose and then providing usage context. No wasted words.

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?

Given no parameters, no output schema, and low complexity, the description is fully complete. It tells what the tool does and when to use it, with no missing context.

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 has no properties, so schema coverage is 100%. The description adds meaning by explaining the tool's output and use case, which is sufficient for a parameterless tool. Baseline 4 applies.

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 returns step-by-step instructions for setting up x402 USDC autopay, specifying the exact purpose and resource. It distinguishes itself from sibling tools that are mostly lookup/scrape or information retrieval tools.

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

Usage Guidelines5/5

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

The description explicitly tells when to use this tool: if a paid tool returned a 402 error or when onboarding a new agent that needs to pay for API calls. It also marks the tool as 'Free,' providing clear context for selection.

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.

  1. 75 tool updates
    • Removedai_ask
    • Removedai_eco
    • Removedai_extract
    • Removedai_image
    • Removedai_music
    • Removedai_pro
    • Removedai_research
    • Removedai_sandbox
    • Removedai_speech
    • Removedai_summarize
    • Removedai_transcribe
    • Removedai_ultra
    • Removedai_video
    • Removedcrypto_chains
    • Removedcrypto_defi_tvl
    • Removedcrypto_dex
    • Removedcrypto_exchanges
    • Removedcrypto_fear_greed
    • Removedcrypto_gas
    • Removedcrypto_global
    • Removedcrypto_history
    • Removedcrypto_market
    • Removedcrypto_price
    • Removedcrypto_protocols
    • Removedcrypto_stablecoins
    • Removedcrypto_treasury
    • Removedcrypto_trending
    • Removedcrypto_yields
    • Removeddefi
    • Removeddex
    • Removedfinance_carrier
    • Removedfinance_forex
    • Removedfinance_gov_awards
    • Removedfinance_macro
    • Removedfinance_sec_events
    • Removedfinance_sec_filings
    • Removedfinance_sec_financials
    • Removedfinance_sec_insider
    • Removedfinance_sec_recent
    • Removedfinance_sec_search
    • Removedfinance_stock
    • Removedfinance_stock_analyst
    • Removedfinance_stock_batch
    • Removedfinance_stock_fundamentals
    • Removedfinance_stock_quote
    • Removedfinance_treasury
    • Removedmarket_affordability
    • Removedmarket_compare
    • Removedmarket_industry_mix
    • Removedmarket_profile
    • Removedmarket_rank
    • Removedmarket_saturation
    • Removedmarkets
    • Removedpredict_360
    • Removedpredict_events
    • Removedpredict_kalshi
    • Removedpredict_markets
    • Removedpredict_orderbook
    • Removedpredict_trades
    • Removedresearch
    • Removedresearch_papers
    • Removedrpc
    • Removedsearch_court_opinions
    • Removedsearch_github
    • Removedsearch_google_ads
    • Removedsearch_google_related
    • Removedsearch_google_results
    • Removedsearch_instagram_hashtag
    • Removedsearch_places
    • Removedsearch_sec_filings
    • Removedsearch_tiktok_hashtag
    • Removedsearch_web
    • Removedsearch_youtube
    • Removedweb
    • Removedx
  2. 75 tool updates
    • Addedai_ask
    • Addedai_eco
    • Addedai_extract
    • Addedai_image
    • Addedai_music
    • Addedai_pro
    • Addedai_research
    • Addedai_sandbox
    • Addedai_speech
    • Addedai_summarize
    • Addedai_transcribe
    • Addedai_ultra
    • Addedai_video
    • Addedcrypto_chains
    • Addedcrypto_defi_tvl
    • Addedcrypto_dex
    • Addedcrypto_exchanges
    • Addedcrypto_fear_greed
    • Addedcrypto_gas
    • Addedcrypto_global
    • Addedcrypto_history
    • Addedcrypto_market
    • Addedcrypto_price
    • Addedcrypto_protocols
    • Addedcrypto_stablecoins
    • Addedcrypto_treasury
    • Addedcrypto_trending
    • Addedcrypto_yields
    • Addeddefi
    • Addeddex
    • Addedfinance_carrier
    • Addedfinance_forex
    • Addedfinance_gov_awards
    • Addedfinance_macro
    • Addedfinance_sec_events
    • Addedfinance_sec_filings
    • Addedfinance_sec_financials
    • Addedfinance_sec_insider
    • Addedfinance_sec_recent
    • Addedfinance_sec_search
    • Addedfinance_stock
    • Addedfinance_stock_analyst
    • Addedfinance_stock_batch
    • Addedfinance_stock_fundamentals
    • Addedfinance_stock_quote
    • Addedfinance_treasury
    • Addedmarket_affordability
    • Addedmarket_compare
    • Addedmarket_industry_mix
    • Addedmarket_profile
    • Addedmarket_rank
    • Addedmarket_saturation
    • Addedmarkets
    • Addedpredict_360
    • Addedpredict_events
    • Addedpredict_kalshi
    • Addedpredict_markets
    • Addedpredict_orderbook
    • Addedpredict_trades
    • Addedresearch
    • Addedresearch_papers
    • Addedrpc
    • Addedsearch_court_opinions
    • Addedsearch_github
    • Addedsearch_google_ads
    • Addedsearch_google_related
    • Addedsearch_google_results
    • Addedsearch_instagram_hashtag
    • Addedsearch_places
    • Addedsearch_sec_filings
    • Addedsearch_tiktok_hashtag
    • Addedsearch_web
    • Addedsearch_youtube
    • Addedweb
    • Addedx
  3. 75 tool updates
    • Removedai_ask
    • Removedai_eco
    • Removedai_extract
    • Removedai_image
    • Removedai_music
    • Removedai_pro
    • Removedai_research
    • Removedai_sandbox
    • Removedai_speech
    • Removedai_summarize
    • Removedai_transcribe
    • Removedai_ultra
    • Removedai_video
    • Removedcrypto_chains
    • Removedcrypto_defi_tvl
    • Removedcrypto_dex
    • Removedcrypto_exchanges
    • Removedcrypto_fear_greed
    • Removedcrypto_gas
    • Removedcrypto_global
    • Removedcrypto_history
    • Removedcrypto_market
    • Removedcrypto_price
    • Removedcrypto_protocols
    • Removedcrypto_stablecoins
    • Removedcrypto_treasury
    • Removedcrypto_trending
    • Removedcrypto_yields
    • Removeddefi
    • Removeddex
    • Removedfinance_carrier
    • Removedfinance_forex
    • Removedfinance_gov_awards
    • Removedfinance_macro
    • Removedfinance_sec_events
    • Removedfinance_sec_filings
    • Removedfinance_sec_financials
    • Removedfinance_sec_insider
    • Removedfinance_sec_recent
    • Removedfinance_sec_search
    • Removedfinance_stock
    • Removedfinance_stock_analyst
    • Removedfinance_stock_batch
    • Removedfinance_stock_fundamentals
    • Removedfinance_stock_quote
    • Removedfinance_treasury
    • Removedmarket_affordability
    • Removedmarket_compare
    • Removedmarket_industry_mix
    • Removedmarket_profile
    • Removedmarket_rank
    • Removedmarket_saturation
    • Removedmarkets
    • Removedpredict_360
    • Removedpredict_events
    • Removedpredict_kalshi
    • Removedpredict_markets
    • Removedpredict_orderbook
    • Removedpredict_trades
    • Removedresearch
    • Removedresearch_papers
    • Removedrpc
    • Removedsearch_court_opinions
    • Removedsearch_github
    • Removedsearch_google_ads
    • Removedsearch_google_related
    • Removedsearch_google_results
    • Removedsearch_instagram_hashtag
    • Removedsearch_places
    • Removedsearch_sec_filings
    • Removedsearch_tiktok_hashtag
    • Removedsearch_web
    • Removedsearch_youtube
    • Removedweb
    • Removedx
  4. 75 tool updates
    • Addedai_ask
    • Addedai_eco
    • Addedai_extract
    • Addedai_image
    • Addedai_music
    • Addedai_pro
    • Addedai_research
    • Addedai_sandbox
    • Addedai_speech
    • Addedai_summarize
    • Addedai_transcribe
    • Addedai_ultra
    • Addedai_video
    • Addedcrypto_chains
    • Addedcrypto_defi_tvl
    • Addedcrypto_dex
    • Addedcrypto_exchanges
    • Addedcrypto_fear_greed
    • Addedcrypto_gas
    • Addedcrypto_global
    • Addedcrypto_history
    • Addedcrypto_market
    • Addedcrypto_price
    • Addedcrypto_protocols
    • Addedcrypto_stablecoins
    • Addedcrypto_treasury
    • Addedcrypto_trending
    • Addedcrypto_yields
    • Addeddefi
    • Addeddex
    • Addedfinance_carrier
    • Addedfinance_forex
    • Addedfinance_gov_awards
    • Addedfinance_macro
    • Addedfinance_sec_events
    • Addedfinance_sec_filings
    • Addedfinance_sec_financials
    • Addedfinance_sec_insider
    • Addedfinance_sec_recent
    • Addedfinance_sec_search
    • Addedfinance_stock
    • Addedfinance_stock_analyst
    • Addedfinance_stock_batch
    • Addedfinance_stock_fundamentals
    • Addedfinance_stock_quote
    • Addedfinance_treasury
    • Addedmarket_affordability
    • Addedmarket_compare
    • Addedmarket_industry_mix
    • Addedmarket_profile
    • Addedmarket_rank
    • Addedmarket_saturation
    • Addedmarkets
    • Addedpredict_360
    • Addedpredict_events
    • Addedpredict_kalshi
    • Addedpredict_markets
    • Addedpredict_orderbook
    • Addedpredict_trades
    • Addedresearch
    • Addedresearch_papers
    • Addedrpc
    • Addedsearch_court_opinions
    • Addedsearch_github
    • Addedsearch_google_ads
    • Addedsearch_google_related
    • Addedsearch_google_results
    • Addedsearch_instagram_hashtag
    • Addedsearch_places
    • Addedsearch_sec_filings
    • Addedsearch_tiktok_hashtag
    • Addedsearch_web
    • Addedsearch_youtube
    • Addedweb
    • Addedx
  5. 59 tool updates
    • Removedai_ask
    • Removedai_eco
    • Removedai_image
    • Removedai_music
    • Removedai_pro
    • Removedai_speech
    • Removedai_ultra
    • Removedai_video
    • Removedcrypto_chains
    • Removedcrypto_defi_tvl
    • Removedcrypto_dex
    • Removedcrypto_exchanges
    • Removedcrypto_fear_greed
    • Removedcrypto_gas
    • Removedcrypto_global
    • Removedcrypto_history
    • Removedcrypto_market
    • Removedcrypto_price
    • Removedcrypto_protocols
    • Removedcrypto_stablecoins
    • Removedcrypto_treasury
    • Removedcrypto_trending
    • Removedcrypto_yields
    • Removeddefi
    • Removeddex
    • Removedfinance_carrier
    • Removedfinance_forex
    • Removedfinance_gov_awards
    • Removedfinance_macro
    • Removedfinance_sec_events
    • Removedfinance_sec_filings
    • Removedfinance_sec_financials
    • Removedfinance_sec_insider
    • Removedfinance_sec_recent
    • Removedfinance_sec_search
    • Removedfinance_stock
    • Removedfinance_treasury
    • Removedmarket_affordability
    • Removedmarket_compare
    • Removedmarket_industry_mix
    • Removedmarket_profile
    • Removedmarket_rank
    • Removedmarket_saturation
    • Removedmarkets
    • Removedpredict_360
    • Removedpredict_events
    • Removedpredict_orderbook
    • Removedpredict_trades
    • Removedresearch
    • Removedresearch_papers
    • Removedrpc
    • Removedsearch_github
    • Removedsearch_instagram_hashtag
    • Removedsearch_places
    • Removedsearch_tiktok_hashtag
    • Removedsearch_web
    • Removedsearch_youtube
    • Removedweb
    • Removedx
  6. 44 tool updates
    • Addedcrypto_chains
    • Addedcrypto_defi_tvl
    • Addedcrypto_dex
    • Addedcrypto_exchanges
    • Addedcrypto_fear_greed
    • Addedcrypto_gas
    • Addedcrypto_global
    • Addedcrypto_history
    • Addedcrypto_market
    • Addedcrypto_price
    • Addedcrypto_protocols
    • Addedcrypto_stablecoins
    • Addedcrypto_treasury
    • Addedcrypto_trending
    • Addedcrypto_yields
    • Addedfinance_carrier
    • Addedfinance_forex
    • Addedfinance_gov_awards
    • Addedfinance_macro
    • Addedfinance_sec_events
    • Addedfinance_sec_filings
    • Addedfinance_sec_financials
    • Addedfinance_sec_insider
    • Addedfinance_sec_recent
    • Addedfinance_sec_search
    • Addedfinance_stock
    • Addedfinance_treasury
    • Removedlookup_crypto
    • Addedmarket_affordability
    • Addedmarket_compare
    • Addedmarket_industry_mix
    • Addedmarket_profile
    • Addedmarket_rank
    • Addedmarket_saturation
    • Addedpredict_360
    • Addedpredict_events
    • Addedpredict_orderbook
    • Addedpredict_trades
    • Addedsearch_github
    • Addedsearch_instagram_hashtag
    • Addedsearch_places
    • Addedsearch_tiktok_hashtag
    • Addedsearch_web
    • Addedsearch_youtube
  7. 22 tool updates
    • First observedai_ask
    • First observedai_eco
    • First observedai_image
    • First observedai_music
    • First observedai_pro
    • First observedai_speech
    • First observedai_ultra
    • First observedai_video
    • First observeddefi
    • First observeddex
    • First observedinstall_snippets
    • First observedlist_endpoints
    • First observedlookup_crypto
    • First observedmarkets
    • First observedpricing_info
    • First observedresearch
    • First observedresearch_papers
    • First observedrpc
    • First observedusage_stats
    • First observedwallet_helper
    • First observedweb
    • First observedx

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Keyless, pay-per-call AI gateway: 248 LLMs plus image/video/voice/music generation and live crypto, DeFi, markets, web-search and research tools through one MCP server. Pay per call in USDC via x402 on Base/Solana — no API key, no signup, free tier.
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Crypto-native LLM gateway with OpenAI-compatible API and per-token USDC payments on Solana via the x402 protocol.
    4,698
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources