← pionra.world
INDIVIDUAL MCP TOOL
recent_events
List upcoming Pionra events, optionally filtered by city and date.
LIVE ENDPOINT
https://pionra.world/mcp
Connect to this endpoint to inspect the live schema for recent_events and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.pionra-mcp]
url = "https://pionra.world/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pionra-mcp": {
"type": "http",
"url": "https://pionra.world/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pionra-mcp
Remote MCP URL: https://pionra.world/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": {
"pionra-mcp": {
"url": "https://pionra.world/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pionra-mcp": {
"type": "http",
"url": "https://pionra.world/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pionra-mcp",
"transport": "streamable-http",
"url": "https://pionra.world/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_pionra— Search Pionra guides, housing, jobs, communities, events, and directory pages with citation-ready links.list_communities— List Pionra country communities that match a query.get_community— Get a Pionra community hub plus recent posts for a given country code.find_housing— Find housing listings on Pionra by city, budget, and room count.find_jobs— Find job listings on Pionra by city, language, and contract type.get_guide— Fetch a full Pionra guide (Markdown body) by public id, or the best-matching guide for a search query.publish_guide— Publish a guide, question, blog post, classified listing, marketplace item, or service offer to Pionra (enters the moderation queue before going live).