Fund Momentum
Server Details
1000+ actively deploying VC funds and 413 disclosed LPs, with live investor signals
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- schneidavie/fundmomentum
- GitHub Stars
- 0
- Server Listing
- Fund Momentum MCP Server
TDQS
Each tool targets a clearly distinct purpose: search_funds is for discovery, get_fund is for the base profile, get_fund_signals and get_gp_profile provide distinct premium data types, get_changes is the delta/polling endpoint, and match_startup is the AI matching feature. There is no meaningful overlap or ambiguity between tool responsibilities.
All tool names follow a consistent get_/search_/match_ verb pattern, with resource nouns like fund, fund_signals, gp_profile, changes, and startup. The naming is predictable and makes each tool's purpose immediately understandable.
Six tools is well-scoped for a fund data provider: search, detailed retrieval, signals, GP profiles, polling changes, and matching. Every tool appears necessary and there is no redundancy or clutter.
The surface covers the full read-oriented workflow: discover funds via search, fetch detailed profiles, pull specialized signals, inspect GP data, track changes over time, and get startup-to-fund matches. Since this is a data/matching API rather than a CRUD system, there are no obvious dead ends or missing core operations.
Available Tools
6 toolsget_changesGet changed funds sinceARead-onlyIdempotentInspect
Return only the funds whose data changed since a given timestamp. Free tier. Designed for cheap repeated polling: send the next_since AND the etag from your previous response, and an unchanged window answers with unchanged: true and no rows. Use this instead of re-running search_funds on a schedule.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (1-200) | |
| since | No | Lower bound, exclusive. Accepts either an ISO 8601 timestamp ('2026-08-01T00:00:00Z') or a unix epoch in milliseconds as a string ('1785955265103'). Omit to receive the last 7 days. | |
| if_none_match | No | The `etag` value from your previous get_changes response. If nothing changed, the reply is a few bytes instead of a full page. This is the cheapest poll available here. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent annotations, the description discloses behavior like 'unchanged: true and no rows' and the cost context ('Free tier', 'cheapest poll available here'). However, it references a `next_since` field that does not exist in the input schema, which slightly muddies the behavioral contract.
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 four short sentences with zero filler: it leads with the purpose, then the polling behavior, the free tier, and the alternative. It earns every sentence.
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?
With full parameter schema, safety annotations, and a clear description of the response behavior for the unchanged case, the tool is well-covered. The only notable defect is the `next_since` naming conflict, which prevents it from being fully seamless for an agent.
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 100%, so the schema already documents all three parameters. The description adds a usage pattern (send previous `next_since` and `etag`) that gives context, but it misnames `since` as `next_since`, so the added value is limited and potentially confusing.
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 states a precise action: 'Return only the funds whose data changed since a given timestamp' with a clear resource (funds) and a specific time-based scope. It also explicitly differentiates itself from search_funds by saying to use this instead of re-running a schedule, so an agent can distinguish it from siblings.
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 gives an explicit 'use this instead of' statement and concrete polling guidance: send the previous response's since/etag values, and expects 'unchanged: true' with no rows when nothing changed. This tells the agent exactly when and how to use this tool rather than running a full search.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_fundGet fund profileARead-onlyIdempotentInspect
Get the detailed profile of a specific fund by slug. Free tier. Every response carries a provenance block stating where each field came from, when it was last verified, and how confident Fund Momentum is in it.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug identifier of a fund, exactly as returned in the `slug` field of search_funds. Call search_funds first rather than guessing: slugs are not derivable from a fund's display name. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds genuinely new behavioral details: the response carries a 'provenance' block with per-field origin, verification time, and confidence, and the endpoint is free tier. No contradiction with annotations exists.
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 two sentences long, front-loaded with the primary purpose, and immediately followed by the key value proposition (provenance, free tier). No filler or redundant restatement of the title exists.
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 single-argument read-only tool with rich annotations, the description is adequate: it states the operation, the identifier mechanism, the provenance response contract, and pricing tier. The absence of an output schema is mitigated by the explicit provenance block and the simple get-profile nature of the tool.
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 100%, and the slug parameter is thoroughly documented: it is the slug returned by search_funds and should not be guessed. The description itself does not add parameter details beyond the schema, so the 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 states a specific verb and resource: 'Get the detailed profile of a specific fund by slug.' This clearly identifies the operation and distinguishes it from sibling tools like search_funds (which search) and get_fund_signals (which returns signals). It does not explicitly name the alternatives, but the subject matter makes the purpose clear.
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 slug parameter's schema description explicitly directs callers to 'Call search_funds first rather than guessing' and explains that slugs are not derivable from display names. This gives clear context for when and how to use get_fund, though it does not mention exclusions for all sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_fund_signalsGet fund investor signalsARead-onlyIdempotentInspect
Get comprehensive investor signals for a fund: GP thesis, bullish and contrarian signals, founder dos and don'ts, deployment status, source URLs. Pro tier.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug identifier of the fund |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description doesn't need to restate them. It adds meaningful context beyond the annotations by indicating that this is a 'Pro tier' feature, which implies an access/authorization requirement, and it details the kind of data returned.
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, front-loaded sentence that states the purpose, lists specific output content, and notes the access tier with no wasted words. Every phrase adds information an agent can use.
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 one-param, read-only tool with rich annotations and no output schema, the description gives a useful inventory of what the tool returns and the access condition. It stops short of explaining edge cases like invalid slugs or absence of signals, but the core invocation context is well covered.
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 documentation covers the single 'slug' parameter completely, so the description doesn't need to explain parameter meaning. The description doesn't add nuances about slug format or sourcing, but with 100% schema coverage the baseline value is already provided.
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 gives a specific verb and resource — 'Get comprehensive investor signals for a fund' — and enumerates distinct output categories such as GP thesis, bullish/contrarian signals, and founder dos and don'ts. This clearly distinguishes it from siblings like get_fund or get_gp_profile without requiring the agent to open schemas.
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 usage context is implied: an agent can infer this is the right tool when investor signals for a fund are needed. However, there is no explicit when-to-use or when-not-to-use guidance relative to adjacent siblings like get_fund or get_gp_profile, so the routing decision is left to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_gp_profileGet General Partner profilesBRead-onlyIdempotentInspect
Get General Partner profiles for a fund. Pro tier.
| Name | Required | Description | Default |
|---|---|---|---|
| gp_name | No | Optional GP name to filter by | |
| fund_slug | Yes | The slug identifier of the fund |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the bar is lower. The description adds the 'Pro tier' access constraint and clarifies the fund-scoped nature, but it does not disclose return content or pagination. No contradiction with 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 only two sentences and concise with no filler. The second sentence 'Pro tier.' is brief but provides useful access context, earning its place despite being a fragment.
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 two-parameter read-only tool with annotations providing safety hints, the description is minimally adequate. However, there is no output schema, no description of the GP profile content, and no guidance on how this tool relates to get_fund or search_funds, so it is not 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?
Schema description coverage is 100%, so parameters are already fully documented. The description adds little value for parameters, only reinforcing that profiles are fund-scoped and not mentioning the optional gp_name filter.
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 definition clearly states a specific verb ('Get') and resource ('General Partner profiles') scoped to a fund. It distinguishes itself from siblings by the unique resource type, though it does not explicitly differentiate itself from get_fund or search_funds.
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 intended usage is implied: use this when you need GP profiles for a given fund. The 'Pro tier' note signals an access requirement, but there are no explicit alternatives, when-to-use vs. other tools, or exclusion conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
match_startupMatch startup to fundsARead-onlyIdempotentInspect
AI-powered fund matching. Describe a startup and receive the top 10 matching funds with a reason and score. Pro tier.
| Name | Required | Description | Default |
|---|---|---|---|
| stage | No | Funding stage. Must be one of the listed enum values; common spellings are normalised. | |
| country | No | Country, spelled out in full | |
| description | Yes | Startup description (max 500 chars) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already establish readOnlyHint, idempotentHint, and non-destructive behavior. The description adds contextual details beyond that: the output is limited to 10 results, each with a reason and score, and it mentions a 'Pro tier' restriction. This is useful but not deep.
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 short sentences convey the core function, output shape, and an important access constraint (Pro tier). Every clause adds value, and the key behavior is front-loaded.
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 read-only, single-shot matching tool, the description covers the essential contract: input is a startup description, output is a ranked list of 10 funds with reasons and scores. Since the input schema documents all three parameters and the annotations cover safety, nothing critical is missing.
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 100%, so the parameters are already fully documented. The description does not add additional meaning beyond the general reference to describing a startup, so the score stays at the baseline.
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 a specific action: describe a startup and receive the top 10 matching funds with a reason and score. It is distinguishable from sibling tools like search_funds by its AI-matching and result-ranking angle, though it doesn't explicitly call out the difference.
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 implies when to use the tool, i.e., when a user wants AI-recommended funds for a given startup. However, it never contrasts it with alternatives such as search_funds or get_fund, so an agent must infer the boundary between keyword search and AI-powered matching.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_fundsSearch VC fundsARead-onlyIdempotentInspect
Search actively deploying venture capital funds by stage, country, and industry. Free tier. Returns name, slug, country, stage, fund size, industries and a durable profile URL.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-20) | |
| stage | No | Funding stage focus. Must be one of the listed enum values (lowercase, underscores). Common spellings such as 'Pre-Seed' or 'Series A' are accepted and normalised. | |
| country | No | Country of the fund's headquarters, spelled out in full (e.g. 'United States', 'United Kingdom', 'Germany'). Not an ISO code. | |
| industry | No | Industry focus. Must be one of the listed enum values (lowercase, underscores), e.g. 'ai_ml', 'fintech', 'climate_sustainability'. Common spellings such as 'AI/ML', 'FinTech' or 'climate' are accepted and normalised. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Light annotations already indicate a non-destructive read operation. The description adds useful transparency with details about the free tier, the 'actively deploying' qualification, and the returned fields including the durable profile URL. This goes beyond the annotations without contradicting them.
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 and front-loaded with the core purpose, followed by one compact sentence covering expectations and output. No filler or redundant material.
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 straightforward and the schema provides detailed parameter guidance. The description sufficiently covers the output contract by listing the return fields and durable profile URL. Minor optional additions such as pagination behavior are absent but not essential for correct invocation.
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 is fully described, including enums, descriptions, and normalization notes. The description only restates the high-level filter concepts at a general level, adding no material meaning 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?
The description begins with a specific action ('Search') and resource ('venture capital funds'), and immediately scopes the purpose with filter dimensions: stage, country, and industry. It is clearly distinguishable from sibling tools like get_fund and get_fund_signals, which suggest different actions.
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 makes the core use case clear — discovering actively deploying funds by filters. However, it does not explicitly state when to prefer this tool over alternatives such as get_fund, or provide exclusions to guide selection among siblings.
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.
3 tool updates
- Changed
get_fund1 field changed- changed
Input schema / properties / slug / descriptionPrevious value: -"The slug identifier of the fund, as returned by search_funds (e.g. 'index-ventures')"New value: +"The slug identifier of a fund, exactly as returned in the `slug` field of search_funds. Call search_funds first rather than guessing: slugs are not derivable from a fund's display name."
- Changed
match_startup1 field changed- changed
Input schema / properties / stage / descriptionPrevious value: -"Funding stage. Must be one of the listed enum values."New value: +"Funding stage. Must be one of the listed enum values; common spellings are normalised."
- Changed
search_funds3 fields changed- changed
Input schema / properties / industry / descriptionPrevious value: -"Industry focus (e.g. 'AI/ML', 'FinTech', 'Climate')"New value: +"Industry focus. Must be one of the listed enum values (lowercase, underscores), e.g. 'ai_ml', 'fintech', 'climate_sustainability'. Common spellings such as 'AI/ML', 'FinTech' or 'climate' are accepted and normalised." - added
Input schema / properties / industry / enumAdded value: +[ + "agritech", + "ai_ml", + "biotech", + "built_environment", + "carbon_removal", + "circular_economy", + "climate_sustainability", + "cloud_devops", + "consumer_commerce", + "creator_economy", + "cybersecurity", + "data_infrastructure", + "deep_tech", + "defense", + "developer_tools", + "diagnostics", + "digital_banking", + "digital_education_consumer", + "digital_health", + "digital_infrastructure", + "ecommerce", + "energy_tech", + "enterprise_software", + "evs_charging", + "fashion_tech", + "fem_tech", + "fintech", + "food_beverage", + "food_tech", + "gaming", + "infrastructure_tech", + "insur_tech", + "iot", + "manufacturing", + "marketplaces", + "med_tech", + "mental_health", + "mobility_transport", + "payments_embedded_finance", + "private_markets", + "prop_tech", + "robotics_automation", + "saas", + "semiconductors", + "space", + "supply_chain", + "therapeutics", + "travel_tech", + "vertical_saas", + "water_tech", + "wealth_tech", + "web3_finance", + "web3_infrastructure", + "wellness_lifestyle" +] - changed
Input schema / properties / stage / descriptionPrevious value: -"Funding stage focus. Must be one of the listed enum values (lowercase, underscores)."New value: +"Funding stage focus. Must be one of the listed enum values (lowercase, underscores). Common spellings such as 'Pre-Seed' or 'Series A' are accepted and normalised."
4 tool updates
- Added
get_changes - Changed
get_fund1 field changed- changed
Input schema / properties / slug / descriptionPrevious value: -"The slug identifier of the fund"New value: +"The slug identifier of the fund, as returned by search_funds (e.g. 'index-ventures')"
- Changed
match_startup2 fields changed- changed
Input schema / properties / country / descriptionPrevious value: -"Country"New value: +"Country, spelled out in full" - changed
Input schema / properties / stage / descriptionPrevious value: -"Funding stage"New value: +"Funding stage. Must be one of the listed enum values."
- Changed
search_funds4 fields changed- changed
Input schema / properties / country / descriptionPrevious value: -"Country (e.g. 'United States', 'United Kingdom')"New value: +"Country of the fund's headquarters, spelled out in full (e.g. 'United States', 'United Kingdom', 'Germany'). Not an ISO code." - changed
Input schema / properties / industry / descriptionPrevious value: -"Industry focus"New value: +"Industry focus (e.g. 'AI/ML', 'FinTech', 'Climate')" - changed
Input schema / properties / limit / descriptionPrevious value: -"Number of results to return (max 20)"New value: +"Number of results to return (1-20)" - changed
Input schema / properties / stage / descriptionPrevious value: -"Funding stage focus"New value: +"Funding stage focus. Must be one of the listed enum values (lowercase, underscores)."
5 tool updates
- First observed
get_fund - First observed
get_fund_signals - First observed
get_gp_profile - First observed
match_startup - First observed
search_funds
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, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.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
Curated investor database: 10,469 VC, angel, PE, and family office firms with contacts, via MCP.
Millions of dated buying and momentum signals: who raised, who's hiring, what changed and when
CRM for VC fundraising. Pipeline, Gmail drafts, deck signals, VC intel — from your AI.
Curated & traceable AI venture data: verified funding events, org & founder profiles, US + China
Related MCP Servers
AlicenseBqualityCmaintenanceDeliver real-time investment research with extensive private and public market data.3176147MIT
NUVC MCP Serverofficial
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- AlicenseAqualityCmaintenanceProvides real-time business event intelligence and AI-scored sales leads to help users track funding rounds, acquisitions, and executive hires. It enables AI agents to generate strategic market briefs and manage company watchlists for predictive business insights.72332MIT
- AlicenseAqualityAmaintenanceStartup engineering acceleration signals for VC investors. Tracks commit velocity, contributor growth, and repo expansion across 20 sectors via public GitHub data. No API key required.81355MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.