{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_uyanbf2295ss","handle":"challenge-mcp","url":"https://wellknown.network/agents/challenge-mcp","links":{"self":"https://wellknown.network/agents/challenge-mcp/record.json","html":"https://wellknown.network/agents/challenge-mcp","markdown":"https://wellknown.network/agents/challenge-mcp/record.md","api":"https://wellknown.network/api/v1/agents/challenge-mcp","status":"https://wellknown.network/api/v1/agents/challenge-mcp/status","claim":"https://wellknown.network/agents/challenge-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/challenge-mcp/claim.json","badge":"https://wellknown.network/agents/challenge-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:challenge-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"challenge-mcp","summary":"A Model Context Protocol server for challenge management with authentication","description":"# Challenge MCP\n\n[![PyPI version](https://badge.fury.io/py/challenge-mcp.svg)](https://badge.fury.io/py/challenge-mcp)\n[![Python Support](https://img.shields.io/pypi/pyversions/challenge-mcp.svg)](https://pypi.org/project/challenge-mcp/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA Model Context Protocol (MCP) server for challenge management with authentication. This package provides a FastMCP server that enables AI assistants to interact with challenge management systems through a standardized protocol.\n\n## Features\n\n- 🚀 **FastMCP Server**: Built on the Model Context Protocol for seamless AI integration\n- 🔐 **Authentication**: Secure token-based authentication system\n- 🏆 **Challenge Management**: Complete API for managing challenges, participants, and teams\n- 📊 **Real-time Data**: Server-Sent Events (SSE) support for live updates\n- 🔧 **Easy Configuration**: Environment-based configuration with sensible defaults\n\n## Installation\n\n### From PyPI (Recommended)\n\n```bash\npip install challenge-mcp\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/your-username/challenge-mcp.git\ncd challenge-mcp\npip install -e .\n```\n\n### Development Installation\n\n```bash\ngit clone https://github.com/your-username/challenge-mcp.git\ncd challenge-mcp\npip install -e \".[dev]\"\n```\n\n## Quick Start\n\n### 1. Environment Setup\n\nCreate a `.env` file in your project directory:\n\n```env\nAPI_BASE_URL=https://your-api-server.com\n# Add other environment variables as needed\n```\n\n### 2. Start the Server\n\n```python\nfrom challenge_mcp import mcp\n\n# Configure if needed\nmcp.host = \"0.0.0.0\"\nmcp.port = 8050\n\n# Start the server\nmcp.run()\n```\n\n### 3. Health Check\n\nOnce the server is running, you can check its health:\n\n```bash\ncurl http://localhost:8050/v1/mcp/health\n```\n\n## API Endpoints\n\nThe server provides several MCP tools for challenge management:\n\n### Challenge Management\n- `get_active_challenge_list` - Fetch active challenges with…","publisher":null,"homepage":"https://challenge-mcp.readthedocs.io","repository":"https://github.com/your-username/challenge-mcp/issues","version":"0.1.1","license":"MIT","protocols":["mcp"],"tags":["authentication","challenge","fastapi","mcp","model-context-protocol","server"],"pricing":null,"endpoints":[{"url":"pypi:challenge-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"challenge-mcp","registry":"pypi","observedAt":"2026-09-09T11:33:26.874Z","publishedAt":"2025-05-30T14:39:37.080996Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"challenge-mcp","url":"https://pypi.org/project/challenge-mcp/","firstSeenAt":"2026-09-09T11:30:04.984Z","fetchedAt":"2026-09-09T11:30:04.984Z","normalizedAt":"2026-09-09T11:30:04.984Z"}]},"firstSeenAt":"2026-09-09T11:30:04.984Z","updatedAt":"2026-09-09T11:33:26.874Z"}