← calendarfundraiser.com
INDIVIDUAL MCP TOOL
create_campaign_draft
Create a DRAFT calendar fundraiser for this organization.
LIVE ENDPOINT
https://calendarfundraiser.com/mcp
Connect to this endpoint to inspect the live schema for create_campaign_draft and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.calendarfundraiser]
url = "https://calendarfundraiser.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calendarfundraiser": {
"type": "http",
"url": "https://calendarfundraiser.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calendarfundraiser
Remote MCP URL: https://calendarfundraiser.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": {
"calendarfundraiser": {
"url": "https://calendarfundraiser.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calendarfundraiser": {
"type": "http",
"url": "https://calendarfundraiser.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calendarfundraiser",
"transport": "streamable-http",
"url": "https://calendarfundraiser.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_templates— List every themed campaign template (holidays, school & PTO, sports teams, celebrations) with its key, group, default month/dates, and whether it defaults to team mode.list_campaigns— List this organization's fundraising campaigns with status and live totals — use it to FIND a campaign or review everything at a glance.get_campaign— Inspect ONE campaign in depth: raised vs goal, which dates are claimed vs open (with dollar amounts), pace vs time remaining, link opens and shares.get_recent_donations— Who gave lately on one campaign — the most recent gifts (name, amount, date claimed, message), capped at 50, for conversation and thank-yous.get_participant_leaderboard— For TEAM campaigns: every participant with what they have raised, dates claimed, and their personal share link — sorted top first.get_share_kit— Everything needed to promote one campaign: the public calendar URL, join link + access code (team campaigns), every participant's personal link, and a ready-to-adapt share message.render_campaign_board— DISPLAY the live visual calendar board for one campaign inside the chat (claimed dates with supporter names, open dates with amounts, progress bar).