Skip to main content
Glama

NIH RePORTER MCP

by jbdamask

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_projects
Search for NIH funded projects with advanced criteria Args: fiscal_years: Comma-separated list of fiscal years (e.g., "2022,2023") pi_names: Comma-separated list of PI names (will match any of the names) organization: Name of the organization org_state: Two-letter state code (e.g., "CA", "NY") org_city: City name org_type: Organization type org_department: Department name min_amount: Minimum award amount max_amount: Maximum award amount covid_response: COVID-19 response category (options: "Reg-CV", "CV", "C3", "C4", "C5", "C6") funding_mechanism: Type of funding (e.g., "R01", "F32", "K99") ic_code: Institute or Center code (e.g., "NCI", "NIMH") rcdc_terms: Comma-separated RCDC terms for research categorization start_date: Project start date (YYYY-MM-DD) end_date: Project end date (YYYY-MM-DD) newly_added_only: Only show recently added projects include_abstracts: Include project abstracts in results limit: Maximum number of results to return (default: 10, max: 50)
test_connection

Test the connection to the NIH RePORTER API

search_publications
Search for publications linked to NIH projects Args: pmids: Comma-separated list of PubMed IDs core_project_nums: Comma-separated list of NIH core project numbers limit: Maximum number of results to return (default: 10, max: 50)
search_combined
Search for NIH projects and their related publications in a single query Args: fiscal_years: Comma-separated list of fiscal years (e.g., "2022,2023") pi_names: Comma-separated list of PI names organization: Name of the organization org_state: Two-letter state code (e.g., "CA", "NY") funding_mechanism: Type of funding (e.g., "R01", "F32", "K99") ic_code: Institute or Center code (e.g., "NCI", "NIMH") min_amount: Minimum award amount max_amount: Maximum award amount covid_response: COVID-19 response category include_publications: Whether to include related publications publication_years: Comma-separated list of publication years limit: Maximum number of results to return (default: 10, max: 50)

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/jbdamask/mcp-nih-reporter'

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