← faithnearby.com
INDIVIDUAL MCP TOOL
set_rsvp
Use this when the user explicitly chooses an RSVP status for a FaithNearby event.
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 endpoint
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.faithnearby-com]
url = "https://faithnearby.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"faithnearby-com": {
"type": "http",
"url": "https://faithnearby.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: faithnearby-com
Remote MCP URL: https://faithnearby.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": {
"faithnearby-com": {
"url": "https://faithnearby.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"faithnearby-com": {
"type": "http",
"url": "https://faithnearby.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "faithnearby-com",
"transport": "streamable-http",
"url": "https://faithnearby.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_nearby_events— Use this when the user wants to discover nearby faith gatherings, parish social events, small groups, or low-pressure community hangs.show_event— Use this when the user wants to view or share a specific FaithNearby event card with RSVP, potluck, payment, and photo details.draft_host_text_blast— Use this when the host wants a concise text update for guests attending a FaithNearby event.