Productivity
openmedici.com
Searches and retrieves information about public funding opportunities such as fellowships, grants, and scholarships.
ENDPOINT 1
https://openmedici.com/mcp
MCP server metadata
- Name
- open-medici-public
- Version
- 0.1.0
Read-only access to published public fellowship and grant data. Missing fields remain unknown, and lower-ranked records may have limited evidence. Use list_filter_options before search_opportunities so filters match current database terms. For user matching, ask at most three short questions and search separate exact-topic, synonym, broader-field, and adjacent-path queries. Do not stack sparse topic, career, or location facets as hard filters during initial discovery. Always run broad current grant and fellowship searches, then assess the user's profile against full records. Search open, rolling, and upcoming cycle groups separately, plus active_between_cycles for next-cycle options, and deduplicate results by slug. If a facet is empty or omits the user's value, preserve it as unknown instead of excluding candidates. Open Medici ranking is a catalog signal, not personalized fit, proof of eligibility, or acceptance likelihood. Call get_opportunity for every candidate before ranking, recommending, or citing it; do not rely on search summaries alone.
Known tools 3
search_opportunitiesSearch published public fellowships, grants, scholarships, prizes, and funded residencies.
Inferred read-onlyget_opportunityGet one published public opportunity, its current cycles, source records, and any approved eligibility or funding facts before ranking or citing it.
Inferred read-onlylist_filter_optionsList current database-backed values for one public search facet.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.open-medici-public]
url = "https://openmedici.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"open-medici-public": {
"type": "http",
"url": "https://openmedici.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: open-medici-public
Remote MCP URL: https://openmedici.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"open-medici-public": {
"url": "https://openmedici.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"open-medici-public": {
"type": "http",
"url": "https://openmedici.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "open-medici-public",
"transport": "streamable-http",
"url": "https://openmedici.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for openmedici.com was fetched 2026-08-04T00:24:48.439Z and is being refreshed.
openmedici.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.