deal-tools
Server Details
Live index of startups that just raised funding, verified daily. Recent raises, lookups, stats.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsdeal_statsBInspect
Aggregate funding statistics for a recent period: deal count, total raised, sector breakdown. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral burden. It indicates an aggregate/read operation but does not disclose data freshness, result limits, access requirements, or whether the operation is side-effect free. 'Free' is the only extra behavioral note.
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 wasted words. The core function and output components are front-loaded, and 'Free' is a useful tag appended without clutter.
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 with one optional parameter, and the schema covers parameter semantics. However, without annotations, output schema, or sibling differentiation, the agent lacks behavioral context and selection guidance, so completeness is only adequate.
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% and the days parameter is fully described in the schema, so the description adds no parameter-level meaning beyond the phrase 'recent period,' which aligns with the lookback window. Baseline 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 uses a specific verb ('Aggregate') and names the resource ('funding statistics') with concrete output components ('deal count, total raised, sector breakdown'). It clearly states what the tool returns, though it does not explicitly differentiate from siblings like recent_raises.
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 is given on when to use this tool versus recent_raises or raise_lookup. 'Free' addresses cost, not usage context, and there are no exclusions or alternative references.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
raise_lookupBInspect
Look up whether a specific company recently raised funding, with the verified record. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company name or domain |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. 'Look up' implies a read-only operation and 'Free' signals no cost, but it does not clarify what happens when no recent raise is found, what 'recently' means, or what the verified record contains.
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 short and front-loaded, with the core purpose stated first. The standalone 'Free.' is slightly awkward but still communicates useful context without padding.
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 simple single-parameter lookup tool, the description is mostly adequate, but there is no output schema and the description barely characterizes the return value ('the verified record'). Missing details like 'no result' behavior and timeframe reduce completeness.
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 input schema already fully documents the single parameter with 'Company name or domain' and length constraints, so the description adds little beyond the schema. The schema coverage is 100%, so a baseline of 3 is 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 action ('look up'), the specific resource (a company), and the scope ('recently raised funding'). The phrase 'specific company' helps distinguish it from sibling tools like recent_raises, though it does not explicitly name alternatives.
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 phrase 'specific company' implies this tool is for single-company lookups rather than batch or aggregate queries, but it does not explicitly state when to use this tool versus recent_raises or deal_stats, nor does it mention exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recent_raisesAInspect
Startups and companies that raised funding recently, verified against public filings and press. Answers questions like 'who raised this week' or 'fintech companies that just raised'. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days | |
| sector | No | Sector filter | all |
| min_amount_usd | No | Minimum raise size in USD |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of behavioral disclosure. It adds useful context by saying results are verified against public filings and press, and that the service is free. However, it does not describe response format, pagination, rate limits, or what 'recently' means operationally beyond the example phrases.
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 short, front-loaded with the main subject, and uses concrete examples efficiently. The 'Free.' sentence is minimal and useful. Every sentence contributes.
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?
Given the tool's simple three-optional-parameter shape, the description is mostly adequate. However, with no output schema and no annotations, the agent is left without knowledge of the return format, result limits, or how this tool differs from raise_lookup and deal_stats. That keeps it from being fully 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 input schema covers all three parameters with descriptions, so the baseline is 3. The description's examples add a little extra meaning, like 'this week' implying days=7 and 'fintech' implying sector=fintech, but it does not add new semantics for min_amount_usd or otherwise compensate for schema gaps.
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 returns startups/companies that recently raised funding and gives concrete example questions. It does not explicitly distinguish itself from the sibling tools deal_stats and raise_lookup, but the resource and recency focus are specific enough for an agent to understand the core purpose.
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 provides example queries that indicate when the tool is appropriate, such as 'who raised this week' or 'fintech companies that just raised'. It does not mention when not to use it or name alternatives, but the usage context is fairly clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
1000+ actively deploying VC funds and 399 disclosed LPs, with live investor signals
Curated & traceable AI venture data: verified funding events, org & founder profiles, US + China
Search European tech funding rounds, companies, investors and exits — sourced, EUR-normalized.
Millions of dated buying and momentum signals: who raised, who's hiring, what changed and when
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceProvides VC-grade startup intelligence, allowing founders to validate ideas and VCs to screen deals using tools like scoring, investor matching, and financial analysis.18MIT- FlicenseNot gradedqualityCmaintenanceEnables querying VentureRadar startup profiles and retrieving structured company data, including funding signals, milestones, and scores, via natural language.
- AlicenseNot gradedqualityBmaintenanceSearch live startup.jobs listings with filters for role, location, and employment type, plus get job details, company profiles, hiring trends, and salary benchmarks.MIT
- AlicenseNot gradedqualityCmaintenanceReal-time curated knowledge API for AI agents. Updated Mon/Wed/Fri from 31 sources covering AI/tech, startups, alternative markets, and emerging markets — no scraping or storage required.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct query type: aggregate stats, specific company lookup, and recent raises list. There is no meaningful overlap that would cause an agent to select the wrong tool.
All tool names are lowercase noun phrases using underscores (deal_stats, raise_lookup, recent_raises). The naming pattern is uniform and predictable, even though it doesn't follow a verb_noun convention.
Three tools is well-scoped for a focused funding/deal information domain. Each tool serves a distinct purpose and no tool feels redundant or unnecessary.
The set covers the core needs of a deal research assistant: aggregate statistics, specific company verification, and recent activity. A slight gap is a lack of detailed single-deal history or advanced filtering, but the core workflows are complete.