Plan and run charity golf tournaments with AI. Estimate what an event will raise, build a priced sponsorship ladder, search setup help, and generate an event setup link. Remote server — no install, no authentication.
Overview
Redswing MCP Server
Redswing (https://redswing.io) is a charity golf tournament platform — online registration, live scoring with no app download, a text-to-bid silent auction, sponsor management, and an AI post-event fundraising report.
This MCP server lets any AI assistant help an organizer plan a tournament and hand off to Redswing to run it. It's a hosted remote server: nothing to install, no API key, no authentication.
Connect
{
"mcpServers": {
"redswing": {
"type": "streamable-http",
"url": "https://redswing.io/api/mcp"
}
}
}
For stdio-only clients, bridge with mcp-remote:
{
"mcpServers": {
"redswing": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://redswing.io/api/mcp"]
}
}
}
Tools
- about_redswing — platform overview, features, and current pricing
- estimate_event_fundraising — model gross and net for an event from field size and entry price, benchmarked against the $29,500 US average (NGF)
- build_sponsorship_ladder — a priced sponsor tier ladder (title, dinner, cart, contest, hole) from your fundraising goal
- create_event_setup_link — a setup link carrying your event details for a human to complete (agents cannot create accounts or move money)
- search_help — search ~100 help-center articles on registration, scoring, auctions, sponsors, payouts, and compliance
Try asking
- "Help me plan a 120-player charity golf tournament with a $40,000 goal"
- "What should we charge sponsors for our golf fundraiser?"
- "How does text-to-bid work at a golf tournament?"
Support: hello@redswing.io
Server Config
{
"mcpServers": {
"redswing": {
"type": "streamable-http",
"url": "https://redswing.io/api/mcp"
}
}
}