INDIVIDUAL MCP TOOL
get_event
Full details for one Locanter event by id (from search_events / discover_events results): description, date/time, venue and address, price tiers, organiser, and the canonical locanter.com URL where tickets are purchased.
LIVE ENDPOINT
https://locanter.com/mcp
Connect to this endpoint to inspect the live schema for get_event and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.locanter-events]
url = "https://locanter.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"locanter-events": {
"type": "http",
"url": "https://locanter.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: locanter-events
Remote MCP URL: https://locanter.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": {
"locanter-events": {
"url": "https://locanter.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"locanter-events": {
"type": "http",
"url": "https://locanter.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "locanter-events",
"transport": "streamable-http",
"url": "https://locanter.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Keyword search over Locanter's Irish local events (Dublin-focused) — use this when the user already knows what they want (a named event, venue, organiser, or specific keyword).discover_events— Ranked discovery of Irish local events (Dublin-focused) — use this when the user does NOT have a specific event in mind and wants suggestions.search— Deep-research-compatible keyword search over Locanter's Irish local events.fetch— Deep-research-compatible fetch of one Locanter event by id (from a `search` result).submit_event_notes— THE personalization step: immediately after discover_events/search_events renders the map — before writing your answer — call this with the result's notes_token and one warm, specific sentence per event id (event_notes).get_event_notes— Internal widget surface: returns the note batch for a notes_token.