datafood-mcp
Server Details
DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- atmflow55/datafood-mcp
- 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/5 across 4 of 4 tools scored. Lowest: 3.3/5.
Tools are mostly distinct: bundle vs single query, portfolio Q&A, and watch session. However, datafood_query and datafood_bundle both involve fetching data, with bundle being for multiple queries, causing potential confusion. Descriptions help disambiguate.
All tools start with 'datafood_' but then mix nouns and verb-noun constructions: bundle (noun), portfolio_ask (noun_verb), query (noun), watch_session (verb_noun). No consistent verb pattern, making naming somewhat inconsistent.
Four tools is well-scoped for a data query and portfolio analysis service. Each serves a clear purpose without being excessive or insufficient.
The tool set covers core querying and portfolio Q&A, but lacks tools for portfolio synchronization (required for portfolio_ask) and management of watch sessions (e.g., stop). Missing some lifecycle operations.
Available Tools
4 toolsdatafood_bundleAInspect
Bundle 1-20 cross-niche queries in one call. Saves 50-92% vs. per-API. Free preview accepts up to 5; paid via Stripe session_id or x402 X-Payment header.
| Name | Required | Description | Default |
|---|---|---|---|
| free | No | If true, return free 1-row preview (capped at 5 queries) | |
| queries | Yes | ||
| session_id | No | Optional Stripe checkout session_id for paid full results |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description reveals bundling behavior, free preview limits, and payment methods. It does not cover rate limits, error responses, or output format, leaving some behavioral gaps.
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, front-loaded with purpose and benefit. Every word contributes meaning without redundancy.
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 tool with 3 params and no output schema, the description covers bundling, pricing, and payment. Could mention response format but is largely 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?
The description adds value beyond the input schema by explaining the free preview cap and payment context for session_id. With 67% schema coverage, this enrichment is helpful.
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 that the tool bundles 1-20 cross-niche queries into a single call and highlights cost savings. This distinguishes it from sibling tools like datafood_query, which likely handles single queries.
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 provides guidance on free vs. paid usage (free preview capped at 5 queries, paid via Stripe or X-Payment header). However, it does not explicitly mention when to avoid this tool in favor of siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
datafood_portfolio_askAInspect
Natural-language Q&A on a Plaid-linked portfolio (read-only). Requires user_id of a previously-synced portfolio.
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| question | Yes | e.g. 'Am I overexposed to tech?' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states read-only, but lacks details on how the Q&A works, potential response format, or limitations. This is minimal for a tool with no behavioral hints.
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, no wasted words, and the key action is front-loaded. Every sentence adds necessary information without redundancy.
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 covers the core purpose and input requirements, but given no output schema or annotation, it does not explain what the response will contain or any behavioral nuances. For a simple Q&A tool, this is adequate but not thorough.
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 50% (only question has an example). The description adds meaning for user_id by stating it requires a previously-synced portfolio, which clarifies its purpose beyond the bare schema type. This compensates for the lack of a schema description for user_id.
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+resource: natural-language Q&A on a Plaid-linked portfolio. It specifies read-only and distinguishes itself from sibling tools like datafood_bundle, datafood_query, and datafood_watch_session, which focus on different operations.
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 requires a user_id from a previously-synced portfolio, providing clear context for when to use the tool. It does not specify when not to use or list alternatives, but the requirement is sufficiently clear for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
datafood_queryAInspect
Fetch a single data type from DataFood. Free 1-row preview, no auth required. Use datafood_bundle for 3+ queries (cheaper).
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Query string. See /api/v1/catalog for per-type examples. | |
| type | Yes | One of 42 supported data types (DATAFOOD_CATALOG) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses 'free 1-row preview' and 'no auth required', but lacks details on whether the tool has side effects, rate limits, or what happens if more rows are needed. No annotations are present to cover these.
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, concise and front-loaded with purpose and key differentiators. No unnecessary 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?
Adequately covers purpose, usage, and alternative for a simple query tool with 2 parameters. Lacks output description but acceptable given no output schema and preview context.
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. Description adds value by noting 'free 1-row preview' and directing to /api/v1/catalog for examples, which enhances understanding beyond the schema.
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?
Explicitly states verb 'Fetch' and resource 'single data type from DataFood'. Distinguishes from sibling 'datafood_bundle' by mentioning it's for single queries and free preview.
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?
Clearly states when to use this tool (single query, free preview) and when not to, with explicit alternative ('Use datafood_bundle for 3+ queries (cheaper)'). Also notes 'no auth required'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
datafood_watch_sessionBInspect
Open a watchable agent session — returns session_id and a public /watch/{id} URL for live observation. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Optional one-line intent string | |
| agent_id | No | Optional human-readable agent identifier |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must convey behavior. It only mentions 'returns session_id and URL' and 'Free.' Missing details like rate limits, idempotency, session lifetime, or side effects for a mutation-like operation.
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?
Single, concise sentence that immediately conveys the tool's core purpose and output, with 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?
For a tool with no output schema and two optional parameters, the description covers basic purpose and return but omits context like authentication, session duration, or error conditions, making it minimally 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 coverage is 100% with both parameters described. The description adds no extra meaning beyond the schema, so baseline score of 3 applies.
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 opens a watchable agent session and returns a session_id and public URL, differentiating it from sibling tools like datafood_bundle or datafood_query which serve different purposes.
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?
No guidance on when to use this tool vs alternatives (e.g., datafood_query). The description only notes 'Free,' which is not actionable for usage decisions.
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!