SpeechWire MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with secure, authenticated access to SpeechWire tournament data for speech-and-debate competitions.
README
SpeechWire MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with secure, authenticated access to SpeechWire tournament data for speech-and-debate (forensics) competitions.
The server scrapes manage.speechwire.com behind an authenticated session and exposes structured tournament data through MCP tools, enabling AI assistants to help tournament directors manage judge assignments, rooms, teams, entries, and round pairings.
Features
- Judge management — list judges, contact info, availability, school associations, judge types, and add new judges
- Team & entry data — team rosters, entries by team, hybrid/cross-school entries
- Room management — room lists, usage grids, room-vs-section counts
- Schematics — event lists, round-by-round pairings with judges, rooms, and competitors
- Tournament structure — timeslots, competition groupings
- Results — tab sheets with round outcomes, speaker scores, and placements
- Account discovery — list and select accounts and tournaments interactively
- Session management — automatic re-authentication on session expiry
Installation
pip install speechwire-mcp
Set your SpeechWire credentials as environment variables:
export SPEECHWIRE_EMAIL="your-email@example.com"
export SPEECHWIRE_PASSWORD="your-password"
Available MCP Tools
| Tool | Description |
|---|---|
speechwire_list_user_accounts |
List accounts available after login |
speechwire_select_user_account |
Select an account to work with |
speechwire_list_user_tournaments |
List tournaments for the selected account |
speechwire_select_user_tournament |
Select a tournament to activate |
speechwire_list_judges |
List all judges with roster details |
speechwire_get_judge_contact |
Get judge email and phone |
speechwire_get_judge_availability |
Get judge availability by timeslot |
speechwire_get_judge_school |
Get judge's school association |
speechwire_add_judge |
Add a new judge to the tournament |
speechwire_update_judge_email |
Update a judge's email address |
speechwire_update_judge_availability |
Update a judge's availability slots |
speechwire_update_judge_school |
Update a judge's school/team affiliation |
speechwire_list_judge_types |
List configured judge types |
speechwire_list_rooms |
List tournament rooms |
speechwire_get_room_usage |
Get room time-slot usage grid |
speechwire_get_room_counts |
Get rooms vs. sections per grouping/round |
speechwire_list_teams |
List registered teams |
speechwire_get_team_entries |
Get entries for a specific team |
speechwire_list_hybrid_entries |
List cross-school hybrid entries |
speechwire_list_timeslots |
List tournament schedule timeslots |
speechwire_list_groupings |
List competition groupings |
speechwire_list_schematic_events |
List schematic events with available rounds |
speechwire_get_round_schematic |
Get pairings for a specific event round |
speechwire_get_tab_sheet |
Get results tab sheet for a grouping |
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.