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.2/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct action: dismissing/restoring, fetching details, viewing individual applications, listing all applications, listing matches, saving/setting pipeline status, and searching. No two tools overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case, e.g., dismiss_grant, get_grant, search_grants. The naming is predictable and uniform.

Tool Count4/5

With 7 tools covering search, detail retrieval, pipeline management, and application tracking, the count is appropriate for the domain. Slightly fewer than a full-featured system, but still well-scoped.

Completeness3/5

Core grant discovery and pipeline management are covered, but missing operations like creating an application, updating application drafts, or permanently removing pipeline entries. The surface is functional but has notable gaps.

Available Tools

9 tools
dismiss_grant
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.
draft_application_section
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.
get_grant
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).
get_my_application
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.
list_my_applications
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

list_my_matches
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).
save_grantInspect

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).
search_grants
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").
update_application_section
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).

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources