ATP Dashboard now supports MCP! ✨
Although updates to ATP Dashboard have been a bit quiet lately, I’ve just added support for MCP (Model Context Protocol). You can now integrate it directly into your favorite AI tools!
🛠 Configuration
Claude
{ "mcpServers": { "atpdashboard": { "command": "npx", "args": [ "-y", "mcp-remote", "https://dashboardapi.usounds.work/api/mcp" ] } } }
Codex
[mcp_servers.atpdashboard] command = "npx" args = ["-y", "mcp-remote", "https://dashboardapi.usounds.work/api/mcp"]
Gemini
{ "mcpServers": { "atpdashboard": { "httpUrl": "https://dashboardapi.usounds.work/api/mcp" } } }
🚀 How to Use
First, let your AI recognize the tool by saying "use atpdashboard". Then, you can try prompts like:
Show me the trend of user growth.
What are the collection trends for the last 7 days?
List the NSIDs created on May 8th.
Tell me about uk.skyblur.
Discussion in the ATmosphere