A Model Context Protocol server for Freeplay, the ops platform for AI engineering teams
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":"freeplay-mcp","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.
# Freeplay MCP Server An MCP (Model Context Protocol) server that enables AI agents to interact with [Freeplay](https://freeplay.ai), the ops platform for AI engineering teams. Use it to analyze production logs, identify quality issues, iterate on prompts and agents using real data, and run experiments to validate changes before deploying. ## ⚠️ EXPERIMENTAL **This MCP server is an *experimental release* and will change.** Use at your own risk and keep an eye on what your agents are doing. Current limitations: - Does not support deployment operations or destructive deletion actions — use the Freeplay UI - Uses your regular Freeplay API key (not specially scoped to limit access for agents) **Security warning:** Because this uses your full API key, an agent could extract the key and formulate its own API calls outside the scope of the tools included with this MCP server, including destructive actions against your Freeplay account. Additionally, all MCP servers share a security context within the host, enabling data exfiltration, prompt injection across tools, and cross-server data access. Only use this with agents and MCP servers you fully trust. --- ## Installation ### Claude Code If using Claude Code, it is recommended to use the freeplay-plugin, which includes skills and this MCP server: https://github.com/freeplayai/freeplay-plugin. The simplest way to install only the Freeplay MCP server is via `uvx`: ```shell claude mcp add freeplay -- uvx freeplay-mcp ``` Set your API key in your MCP client process: ```shell export FREEPLAY_API_KEY="your-api-key" export FREEPLAY_BASE_URL="https://app.freeplay.ai" ``` Start Claude Code and run `/mcp` to check installation. ### Claude Desktop Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS): ```json { "mcpServers": { "freeplay": { "command": "uvx", "args": [ "freeplay-mcp" ], "env": { …
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.