API Tools
myagi.bot
Provides API access to query platform information, submit inquiries, and look up agent-readiness scores.
ENDPOINT 1
https://myagi.bot/api/mcp
MCP server metadata
- Name
- myagi
- Version
- 0.1.0
Myagi public MCP server. Tools: query_platform (read), submit_inquiry (write), registry_lookup (read). Public, no auth required as of 0.1.0.
Known tools 3
query_platformReturns structured information about the Myagi platform: current phase, milestones, conceptual model, and public roadmap.
Inferred read-onlyregistry_lookupLook up a domain's agent-readiness score in the Open Agent Registry.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myagi]
url = "https://myagi.bot/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myagi": {
"type": "http",
"url": "https://myagi.bot/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myagi
Remote MCP URL: https://myagi.bot/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myagi": {
"url": "https://myagi.bot/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myagi": {
"type": "http",
"url": "https://myagi.bot/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myagi",
"transport": "streamable-http",
"url": "https://myagi.bot/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for myagi.bot was fetched 2026-09-06T22:21:23.143Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.