Open Medici Public Fellowship and Grant Search
About
Read-only remote MCP for finding and comparing public fellowships, grants, scholarships, prizes, and funded residencies.
Details
- Author
- Unknown
- Categories
- Search, Knowledge Base, Other
Jump to
Open Medici Public Fellowship and Grant Search
Read-only remote MCP for finding and comparing public fellowships, grants, scholarships, prizes, and funded residencies.
claude mcp add --transport http open-medici https://openmedici.com/mcp
ChatGPT setup reference ↗Claude connector reference ↗Claude Code reference ↗
These stateless requests prove initialize → tools/list → live filter options → search. Each response is HTTP 200 with JSON when successful.
1. Initialize HTTP 200 · application/json
curl --silent --show-error 'https://openmedici.com/mcp' \ --header 'Accept: application/json, text/event-stream' \ --header 'Content-Type: application/json' \ --header 'MCP-Protocol-Version: 2025-11-25' \ --data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"open-medici-quickstart","version":"1.0.0"}}}'
{"result":{"protocolVersion":"2025-11-25","serverInfo":{"name":"open-medici-public"}}}
2. List tools HTTP 200 · application/json
curl --silent --show-error 'https://openmedici.com/mcp' \ --header 'Accept: application/json, text/event-stream' \ --header 'Content-Type: application/json' \ --header 'MCP-Protocol-Version: 2025-11-25' \ --data '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
{"result":{"tools":[{"name":"search_opportunities"},{"name":"get_opportunity"},{"name":"list_filter_options"}]}}
3. Load current filter values HTTP 200 · application/json
curl --silent --show-error 'https://openmedici.com/mcp' \ --header 'Accept: application/json, text/event-stream' \ --header 'Content-Type: application/json' \ --header 'MCP-Protocol-Version: 2025-11-25' \ --data '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"list_filter_options","arguments":{"facet":"types","q":"grant","limit":10}}}'
{"result":{"structuredContent":{"data":[{"value":"grant","label":"Grant"}]}}}
curl --silent --show-error 'https://openmedici.com/mcp' \ --header 'Accept: application/json, text/event-stream' \ --header 'Content-Type: application/json' \ --header 'MCP-Protocol-Version: 2025-11-25' \ --data '{"jsonrpc":"2.0","id":4,"method":"tools/call","params":{"name":"search_opportunities","arguments":{"query":"climate","openOnly":true,"fundedOnly":true,"limit":5}}}'
{"result":{"structuredContent":{"opportunities":[{"slug":"…","recordUrl":"https://openmedici.com/programs/…","officialUrl":"https://…","sourceCheckedAt":"2026-…"}]}}}
After search, verify each candidate before ranking or citing it.
5. Read one opportunity HTTP 200 · application/json
curl --silent --show-error 'https://openmedici.com/mcp' \ --header 'Accept: application/json, text/event-stream' \ --header 'Content-Type: application/json' \ --header 'MCP-Protocol-Version: 2025-11-25' \ --data '{"jsonrpc":"2.0","id":5,"method":"tools/call","params":{"name":"get_opportunity","arguments":{"slug":"{slug}","locale":"en"}}}'
{"result":{"structuredContent":{"opportunity":{"slug":"…","sources":[…]}}}}
All tools are read-only and idempotent. A tool can reportisErrorfor a validation or not-found outcome even when the HTTP transport itself succeeded.
Server-side clients can omit theOriginheader and send no credentials. Browser clients must use the canonical Open Medici origin or an origin explicitly configured by the deployment. An unconfigured browser origin receives HTTP 403.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/
Research tools, including a Sqlite-backed document stash
Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.
SerpApi MCP Server for Google and other search engine results
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




