Poly MCP Server - Wordit Edutem database reporting tool
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"poly-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Poly MCP Server Version: 0.2.0 A Model Context Protocol (MCP) server providing: - Wordit Edutem usage statistics export to Excel ## Installation ```bash uvx poly-mcp-server@0.2.0 ``` Or install locally: ```bash uv pip install poly-mcp-server ``` ## Available Tools ### wordit_edutem_usage Export Wordit Edutem usage statistics to Excel file. **Parameters:** - `start_date` (required): Start date in YYYY-MM-DD format (e.g., '2025-09-01') - `end_date` (optional): End date in YYYY-MM-DD format. If omitted, uses the last day of start_date's month - `campus_name` (optional): Campus name filter (e.g., '강남캠퍼스'). If omitted, queries all campuses - `output_path` (optional): Excel file save path (default: ./output) **Example:** ```json { "start_date": "2025-09-01", "end_date": "2025-09-07", "campus_name": "강남캠퍼스", "output_path": "./output" } ``` ## Environment Variables Required for database connection: - `POSTGRES_HOST`: PostgreSQL host (default: localhost) - `POSTGRES_PORT`: PostgreSQL port (default: 5432) - `POSTGRES_DB`: PostgreSQL database name (required) - `POSTGRES_USER`: PostgreSQL username (required) - `POSTGRES_PASSWORD`: PostgreSQL password (required) ## MCP Configuration ### VSCode Settings Add to `.vscode/settings.json`: ```json { "mcp.servers": { "poly-mcp": { "command": "uvx", "args": ["poly-mcp-server@0.2.0"], "env": { "POSTGRES_HOST": "your-host", "POSTGRES_PORT": "5432", "POSTGRES_DB": "your-db", "POSTGRES_USER": "your-user", "POSTGRES_PASSWORD": "your-password" } } } } ``` ### Claude Desktop Add to `claude_desktop_config.json`: #### Windows Location: `%APPDATA%\Claude\claude_desktop_config.json` #### macOS Location: `~/Library/Application Support/Claude/claude_desktop_config.json` #### Linux Location: `~/.config/Claude/claude_desktop_config.json` ```json { "mcpServers": { "poly-mcp": { "command": "uvx", "args": ["poly-mcp-server@0.2.0"…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.