rip-ie-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rip-ie-mcpsearch death notices for O'Brien in Dublin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RIP.ie MCP Server
An MCP (Model Context Protocol) server for searching and browsing Irish death notices from RIP.ie.
Install from PyPI
pip install rip-ie-mcpOr with uv:
uvx rip-ie-mcpRelated MCP server: Tavily MCP Server
Tools
search_death_notices
Search for death notices with optional filters:
Parameter | Type | Description |
| string | First name to search for |
| string | Surname to search for |
| string | County name (e.g. Dublin, Cork, Galway) |
| string | Start date ( |
| string | End date ( |
| boolean | Filter for notices where funeral arrangements are TBD |
| integer | Page number (default: 1) |
| integer | Results per page (default: 40, max: 100) |
All filters are optional and can be combined. Results are sorted by date (newest first), then surname alphabetically. Notices with multiple associated locations (e.g. birthplace and residence) are deduplicated and locations are combined.
get_death_notice
Get full details of a specific death notice by ID, including:
Full obituary text
Photo URL
Date of death and burial/funeral date
Address and locations
Webstream links
Charity/donation info
list_counties
Lists all 32 Irish counties (including Northern Ireland) with their IDs.
Configuration
Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"rip-ie": {
"command": "uvx",
"args": ["rip-ie-mcp"]
}
}
}Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"rip-ie": {
"command": "uvx",
"args": ["rip-ie-mcp"]
}
}
}Development
git clone https://github.com/dmarkey/rip-ie-mcp.git
cd rip-ie-mcp
uv sync
uv run python -m rip_ie_mcpHow it works
Search uses the RIP.ie public GraphQL API (
https://rip.ie/api/graphql) — no authentication required.Detail fetches the death notice page and extracts data from the embedded Next.js
__NEXT_DATA__payload, which includes the full obituary, photo attachment, and funeral details.Photo images are served from
https://img-dedicated.rip.ie/.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides job search functionality using Careerjet API with features for keyword and location-based searches, advanced filtering, and support for 50+ countries and languages.Last updated3
- AlicenseAqualityCmaintenanceProvides AI assistants with real-time web search capabilities, intelligent data extraction from web pages, website mapping, and web crawling through Tavily's API.Last updated426,999MIT
- AlicenseAqualityDmaintenanceSearch companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.Last updated513MIT
- Alicense-qualityAmaintenancePubCrawl provides LLMs with access to PubMed, FDA/UK drug labeling, and ClinicalTrials.gov. It enables searching literature, retrieving abstracts and full texts, comparing US and UK drug labels, and exploring clinical trials.Last updated33412MIT
Related MCP Connectors
Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.
Search newly registered, expired, aged, active, deleted and for-sale domains, plus WHOIS and DNS.
Search Austrian federal and state law, court decisions, and the authentic Bundesgesetzblatt (RIS).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dmarkey/rip-ie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server