Back to Home
GSA-TTS icon

nih-reporter-mcp-server

Verified Safe

by GSA-TTS

Overview

This server acts as a Model Context Protocol (MCP) server, allowing LLMs and other clients to query and retrieve information from the NIH RePORTER grants database.

Installation

Run Command
exec uv run python -m uvicorn reporter.app:app --host 0.0.0.0 --port "$PORT"

Environment Variables

  • PORT
  • PYTHONUNBUFFERED

Security Notes

The code uses Pydantic for input validation and makes requests to a known NIH API. No 'eval' or hardcoded secrets were found in the provided snippets. The project explicitly states it's a 'proof of concept and is not intended for production use,' suggesting it may lack comprehensive security hardening for production environments, but the visible code itself does not present immediate critical vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens30000
Stars0
Forks0
Last Update2026-01-16

Tags

MCPNIH RePORTERGrantsLLM ToolsAPI Integration