Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_search_grants_gov

Search and filter grants from grants.gov using keywords, eligibility criteria, agency codes, and funding categories to identify relevant funding opportunities.

Instructions

Search for grants from grants.gov using the Search2 API.

Args: keyword: Keyword to search for opp_num: Opportunity number eligibilities: Eligibility criteria (comma-separated) agencies: Agency codes (comma-separated) rows: Number of results to return opp_statuses: Opportunity statuses (pipe-separated, e.g. 'forecasted|posted') aln: Assistance Listing Number funding_categories: Funding categories (comma-separated)

Returns: dict: Search results from grants.gov or error message

Input Schema

NameRequiredDescriptionDefault
agenciesNoAgency codes (comma-separated)
alnNoAssistance Listing Number
eligibilitiesNoEligibility criteria (comma-separated)
funding_categoriesNoFunding categories (comma-separated)
keywordNoKeyword to search for
opp_numNoOpportunity number
opp_statusesNoOpportunity statuses (pipe-separated, e.g. 'forecasted|posted')forecasted|posted
rowsNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "agencies": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Agency codes (comma-separated)", "title": "Agencies" }, "aln": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Assistance Listing Number", "title": "Aln" }, "eligibilities": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Eligibility criteria (comma-separated)", "title": "Eligibilities" }, "funding_categories": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Funding categories (comma-separated)", "title": "Funding Categories" }, "keyword": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Keyword to search for", "title": "Keyword" }, "opp_num": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Opportunity number", "title": "Opp Num" }, "opp_statuses": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "forecasted|posted", "description": "Opportunity statuses (pipe-separated, e.g. 'forecasted|posted')", "title": "Opp Statuses" }, "rows": { "default": 10, "description": "Number of results to return", "title": "Rows", "type": "integer" } }, "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/biocontext-ai/knowledgebase-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server