{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_4bbcujn65x76","handle":"futureagi-mcp-server","url":"https://wellknown.network/agents/futureagi-mcp-server","links":{"self":"https://wellknown.network/agents/futureagi-mcp-server/record.json","html":"https://wellknown.network/agents/futureagi-mcp-server","markdown":"https://wellknown.network/agents/futureagi-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/futureagi-mcp-server","status":"https://wellknown.network/api/v1/agents/futureagi-mcp-server/status","claim":"https://wellknown.network/agents/futureagi-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/futureagi-mcp-server/claim.json","badge":"https://wellknown.network/agents/futureagi-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/futureagi-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/futureagi-mcp-server/tools"},"ard":{"identifier":"urn:air::server:futureagi-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"futureagi-mcp-server","summary":"Future AGI MCP Server","description":"# Future AGI MCP Server\n\nA powerful server implementation that integrates with the Future AGI SDK through the Model Context Protocol (MCP). This server provides tools which can be used to interact with Future AGI features.\n\n## Features\n\n**Run automatic evaluations** — Evaluate batch and single inputs on various [evaluation](https://docs.futureagi.com/future-agi/products/evaluation/overview) metrics present in Future AGI both on local datapoints and large datasets\n\n**Manage datasets** — Upload, evaluate, download [datasets](https://docs.futureagi.com/future-agi/products/dataset/overview) and find insights with natural language\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/future-agi/futureagi-mcp-server.git\ncd futureagi-mcp-server\n```\n\n2. Install uv\n\n```bash\nbrew install uv\n```\n\n3. Install dependencies:\n\n```bash\nuv sync   # this will create a virtual environment if not present and installs necessary dependencies\n```\n\n## Configuring the Server to MCP Clients\n\nCreate an account at **[http://app.futureagi.com/](http://app.futureagi.com/) and obtain your** **API key** **and** **Secret key** from the dashboard. These credentials are required for the Future AGI MCP Server to authenticate with our API. Export them by running the following command in your terminal\n\n```\nexport FI_API_KEY=\"your_api_key\"\nexport FI_SECRET_KEY=\"your_secret_key\"\n```\n\nTo run the server locally and debugging issues:\n\n```bash\npython main.py\n```\n\nTo Configure with MCP Clients like VS Code and Claude using local forked repository. Use this for testing your code changes using client\n\n```\n{\n  \"mcpServers\": {\n    \"FutureAGI-MCP\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\",\n        \"/path/to/futureagi-mcp-server\",\n        \"run\",\n        \"main.py\"\n      ],\n      \"env\": {\n        \"FI_SECRET_KEY\": \"your_api_key\",\n        \"FI_API_KEY\": \"your_secret_key\",\n        \"FI_BASE_URL\": \"https://api.futureagi.com\",\n        \"PYTHONPATH\": \"/path/to/futureagi-mcp-serv…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:futureagi-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.779,"provenance":"derived"}],"categories":["dev"],"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":"futureagi-mcp-server","registry":"pypi","observedAt":"2026-09-15T15:24:30.833Z","publishedAt":"2025-05-08T13:25:23.657424Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"futureagi-mcp-server","url":"https://pypi.org/project/futureagi-mcp-server/","firstSeenAt":"2026-09-09T16:23:08.146Z","fetchedAt":"2026-09-15T15:22:28.181Z","normalizedAt":"2026-09-15T15:22:28.181Z"}]},"firstSeenAt":"2026-09-09T16:23:08.146Z","updatedAt":"2026-09-15T15:24:30.833Z"}