Skip to main content
Glama

Server Details

Search verified-open US grants (federal, state, foundation). Read-only MCP for AI agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 9 of 9 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: managing grants (search, save, dismiss), handling applications (list, get, draft, update), and getting matches. No two tools overlap in function.

Naming Consistency5/5

All tool names follow a consistent 'verb_noun' pattern in snake_case, using clear verbs like dismiss, draft, get, list, save, search, update. The naming is uniform and predictable.

Tool Count5/5

With 9 tools covering search, pipeline management, and application drafting/editing, the count is well-scoped for a grant management server. Each tool serves a clear role without redundancy.

Completeness4/5

Core workflows are covered: discover (search, matches), manage pipeline (save, dismiss), create/edit applications (draft, update, view). Missing submission/finalization or profile management, but these are minor gaps.

Available Tools

9 tools
dismiss_grantA
Destructive
Inspect

Dismiss a grant from YOUR active feed, or restore it (dismissed=false). Reversible. Requires your API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
grant_idYesGrant UUID.
dismissedNotrue = dismiss (default), false = restore.
Behavior4/5

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

Discloses that the action is reversible and requires authentication, adding value beyond annotations (destructiveHint=true already indicates mutation). Does not detail exactly what happens to the grant in the feed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short, front-loaded sentences with no unnecessary words. Every sentence provides key information: purpose, reversibility, auth requirement.

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

Completeness4/5

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

For a simple tool with no output schema, the description covers purpose, reversibility, and auth. Sufficient for agent to understand usage, though could mention if the grant is only hidden or removed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and already describes both parameters clearly. Description repeats the default for dismissed and the restore option, adding minimal new 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?

Clearly states the tool dismisses or restores a grant from the user's active feed. Verb 'dismiss' is specific and distinguishes from siblings like save_grant or search_grants.

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?

Mentions 'Requires your API key' but does not explicitly state when to use vs alternatives or when not to use. Provides context but lacks exclusion criteria.

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

draft_application_sectionA
Destructive
Inspect

Generate an AI first-draft for one section of YOUR application, grounded in the funding notice and your org profile, and save it into that section (prior content snapshotted first). Requires a paid API key. This is the only tool that runs the grant writer, so it is metered heavily. Returns the drafted text. Use get_my_application for section_keys.

ParametersJSON Schema
NameRequiredDescriptionDefault
section_keyYesWhich section to draft (see get_my_application).
document_typeNoDraft a short Letter of Inquiry ("loi") or a full section ("full"). Defaults to the application's submission stage.
application_idYesApplication UUID.
Behavior5/5

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

Beyond annotations (destructiveHint=true), the description discloses that prior content is snapshotted, required authentication (paid API key), and heavy metering. No contradictions 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences front-load the core purpose, followed by essential usage constraints. No redundant or unnecessary 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 the tool's complexity (AI drafting, snapshotting, paid key, metering), the description covers all critical aspects. It also references sibling tools and provides expected return value.

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?

With 100% schema coverage, baseline is 3. The description adds useful context for section_key (reference to get_my_application) and document_type (explains enum values and default). application_id gets minimal but sufficient explanation.

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 generates an AI first-draft for one section of the user's application, grounded in external data. It distinguishes itself from sibling tools like update_application_section by being the AI drafting tool.

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?

Provides important usage context: requires a paid API key and is heavily metered, implying use sparingly. Also directs users to get_my_application for section keys. Lacks explicit comparison with alternatives for manual editing.

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

get_grantA
Read-only
Inspect

Fetch the full detail of a single grant opportunity by its GrantSonar grant_id (UUID), including synopsis, eligibility, deadlines, and award amounts.

ParametersJSON Schema
NameRequiredDescriptionDefault
grant_idYesGrantSonar grant UUID (from a search_grants result).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds value by specifying the exact content returned (synopsis, eligibility, deadlines, award amounts). It does not contradict annotations.

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 well-structured sentence that immediately states the action and includes key details. No extraneous information or redundancies.

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 the simple single-parameter input, full schema coverage, clear annotations, and no output schema, the description adequately covers what the tool does and what it returns. No missing contextual details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema fully describes the required grant_id parameter with coverage 100%. The description adds the context that the UUID comes from a search_grants result, but this is minimal additional meaning beyond the schema's description.

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 action ('Fetch'), the resource ('single grant opportunity'), and the identifier ('GrantSonar grant_id (UUID)'), and lists key fields returned (synopsis, eligibility, deadlines, award amounts). It distinguishes from sibling tools like search_grants (which returns lists) and get_my_application (a different entity).

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 implies when to use the tool (when you have a grant_id and need full details) but does not explicitly state when not to use it or mention alternative tools. The sibling list suggests alternatives, but the description lacks direct guidance on selection.

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

get_my_applicationA
Read-only
Inspect

Fetch one of YOUR grant applications (status + every section draft) by application_id or grant_id. Requires your API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
grant_idNoGrant UUID — resolves your application for that grant.
application_idNoApplication UUID.
Behavior4/5

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

Annotations declare readOnlyHint=true and no destructiveness. Description adds that it returns status and every section draft. Does not mention error scenarios or response format, but sufficient given annotations.

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 with front-loaded purpose. No wasted words.

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 read tool with no output schema, description covers what it returns (status + sections). Could specify response structure or pagination, but adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions for each parameter are clear; description adds context that they are alternative lookup keys and that grant_id resolves to 'your application for that grant'. Schema coverage is 100%.

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?

Clearly states that the tool fetches a specific grant application with status and all section drafts, using application_id or grant_id. Differentiates from siblings like list_my_applications (listing) and get_grant (grant info).

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?

Specifies the two identifiers (grant_id or application_id) and notes API key requirement. Could explicitly mention when to use this vs list_my_applications (e.g., when you need details of a specific application).

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

list_my_applicationsA
Read-only
Inspect

List YOUR organization's grant applications (id, grant title, status, document type, last updated). Requires your API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already indicate readOnlyHint: true and destructiveHint: false. The description adds that an API key is required and lists the fields returned. No contradictions or missing critical behavioral traits like pagination, but the tool is simple with no parameters, so 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 sentence that is extremely concise, front-loads the purpose, and contains no extraneous words.

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 output schema, the description explains the returned fields. It lacks details on pagination, ordering, or limits, but for a simple list-all tool with zero parameters, this is almost complete.

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 zero parameters, so the baseline is 4. The description adds value by stating what is returned, though parameter semantics are not applicable.

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 'list', the resource 'grant applications', the scope 'your organization', and enumerates the returned fields (id, grant title, status, etc.). It is specific and distinct from sibling tools like 'list_my_matches' or 'search_grants'.

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 mentions the prerequisite 'Requires your API key', but does not provide guidance on when to use this tool versus alternatives such as 'search_grants' or 'get_my_application'. The usage context is implied but not explicit.

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

list_my_matchesA
Read-only
Inspect

List YOUR organization's scored grant matches — the same personalized matches shown on your GrantSonar dashboard. Requires your API key. Returns match tier, score, reasons, pipeline status, and a URL per grant.

ParametersJSON Schema
NameRequiredDescriptionDefault
tierNoOptional: only return matches in this tier.
viewNoWhich list (default "matches" = your active personalized feed).
limitNoMax results (default 25).
Behavior4/5

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

Annotations already mark readOnlyHint=true and destructiveHint=false. The description adds that it returns specific fields and requires an API key, providing useful behavioral context beyond the annotations. No contradictions.

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 that are clear and to the point. The first sentence establishes purpose and personalization; the second lists contents and requirements. No redundancy or unnecessary details.

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?

The description lists returned fields (tier, score, reasons, pipeline status, URL) despite no output schema. It covers key behavioral context and parameter use. However, it omits details like default limit or pagination (handled by schema defaults). Overall sufficient for a filtered-list tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (all parameters have descriptions). The description does not add further meaning beyond the schema, so it meets the baseline but does not enhance understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists the organization's personalized scored grant matches, identical to the dashboard. It specifies the returned data (tier, score, reasons, pipeline status, URL). This distinguishes it from sibling tools like search_grants (broader search) and get_grant (single grant).

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 implies when to use (to get your matches) and notes the API key requirement, but does not explicitly state when not to use or contrast with alternatives like search_grants. Usage context is clear but lacks exclusion criteria.

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

save_grantAInspect

Save a grant to YOUR pipeline, or set its status to pursuing/applied. Reversible. Requires your API key. Mirrors the dashboard Save button.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoPipeline status (default "saved").
grant_idYesGrant UUID (from list_my_matches or search_grants).
Behavior4/5

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

Annotations indicate it's a write operation (readOnlyHint=false) and not destructive (destructiveHint=false). The description adds that the action is 'reversible', which goes beyond annotations. It also notes the API key requirement, providing useful 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?

Three sentences, each adding value: purpose, reversibility, and auth/reference. No fluff, well front-loaded.

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?

Covers all key aspects: purpose, reversibility, auth, parameter source. With no output schema, return values are not required. Could mention that setting status overwrites previous, but not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline 3. The description adds meaning: it explains the 'grant_id' should come from 'list_my_matches or search_grants', and clarifies the default status. This enriches the schema definitions.

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 saves a grant to the pipeline or sets its status, with a specific verb ('save'/'set') and resource ('grant'). It distinguishes from siblings like 'dismiss_grant' which removes, and 'get_grant' which is read-only.

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 mentions that it 'requires your API key' and 'mirrors the dashboard Save button', providing some context. However, it does not explicitly state when to use this tool versus alternatives like 'dismiss_grant' or when not to use it.

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

search_grantsA
Read-only
Inspect

Search open grant opportunities in the GrantSonar corpus (federal, state, and foundation grants). Uses semantic similarity over a plain-English description of the project or need, with a keyword fallback. Returns title, agency, deadline, award amounts, similarity score, and a GrantSonar URL per hit.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results (1-25, default 10).
queryYesPlain-English description of the project, organization, or funding need (e.g. "after-school STEM programs for rural Missouri students").
Behavior5/5

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

The description discloses the search method (semantic similarity with keyword fallback) and output fields, adding value beyond annotations which already declare readOnlyHint, openWorldHint, and destructiveHint. No contradictions.

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 three concise sentences with the main purpose front-loaded. Every sentence contributes meaning without redundancy.

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 the tool's simplicity (2 parameters, no output schema, annotations present), the description adequately covers search behavior, data source, and output. Minor gaps like exclusion of pagination details are acceptable for a search tool with openWorldHint.

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 already provides good descriptions for both parameters (100% coverage). The description further explains how to use the query parameter in context (plain-English description) and confirms the limit range, adding moderate value.

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 searches open grant opportunities in a specific corpus (federal, state, foundation) using semantic similarity and keyword fallback. It lists the output fields, distinguishing it from sibling tools like get_grant or list_my_matches.

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 explains how to formulate queries (plain-English description) and the search method, but does not explicitly state when not to use this tool or point to alternatives like get_grant for specific grants.

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

update_application_sectionA
Destructive
Inspect

Write content into one section of YOUR grant application (replace or append). Requires your API key. The prior draft is snapshotted to version history first, so this is recoverable. Use get_my_application to see section_keys.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoreplace (default) overwrites; append adds to the end.
contentYesThe text/HTML to write into the section.
section_keyYesWhich section to write (e.g. "statement_of_need"). See get_my_application.
application_idYesApplication UUID (from list_my_applications).
Behavior4/5

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

Annotations already indicate destructiveHint=true. The description adds valuable behavioral context: the prior draft is snapshotted to version history first, making changes recoverable. It also notes the API key requirement. This goes beyond what annotations provide.

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 concise: two sentences and a cross-reference. Every sentence adds value—purpose, recovery behavior, API requirement, and guidance on section keys. No wasted words.

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

Completeness3/5

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

Given the tool has 4 parameters, annotations, and no output schema, the description covers the main points but lacks information about the return value or success/error handling. A complete description would mention what the tool returns upon success.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing a baseline of 3. The description adds meaning by explaining the 'mode' enum ('replace (default) overwrites; append adds to the end'), referencing 'get_my_application' for 'section_key', and clarifying that 'application_id' comes from 'list_my_applications'. This enriches the schema definitions.

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 action ('Write content'), the resource ('section of YOUR grant application'), and the modes ('replace or append'). It distinguishes itself by referencing the sibling tool 'get_my_application' for discovering section keys, making the purpose specific and differentiated.

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 mentions 'Requires your API key' implying authentication is needed, and suggests using 'get_my_application' to see available section keys. However, it does not explicitly state when to use this tool versus alternatives like 'draft_application_section', nor does it provide exclusion criteria.

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

Discussions

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

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides access to open federal grant opportunities from Grants.gov without authentication. Enables querying and exploring grant data through natural language via Pipeworx gateway.
    5
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    An MCP server for discovering, matching, drafting, and managing grants and public goods funding for open-source AI projects. It integrates Grants.gov, NSF Awards, GitHub Sponsors, Open Collective, Gitcoin, and other sources to provide grounded proposals and autonomous funding lifecycle management.
    9
    1
    Apache 2.0
  • F
    license
    -
    quality
    C
    maintenance
    A paid MCP server that gives AI agents instant, structured access to every open US federal grant and contract opportunity.
    1
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for exploring US federal spending data via the USAspending.gov API, enabling natural language queries on awards, agencies, recipients, and spending trends.
    12
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources