SuperInstance MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOAL_URL | No | SHOAL semantic oracle | http://localhost:8787 |
| FLEET_API_URL | No | Fleet dashboard API | https://fleet-dashboard-api.casey-digennaro.workers.dev |
| VECTOR_API_URL | No | Fleet vector search | https://fleet-vector-api.casey-digennaro.workers.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fleet_statusA | Get the current SuperInstance fleet status including γ (gamma) / η (eta) / C balance, agent count, and convergence metrics. No parameters required. |
| fleet_searchA | Semantic search of the SHOAL oracle and fleet vector index for patterns, crates, solutions, and knowledge. Returns ranked results with conservation metadata. |
| fleet_budgetB | Check the remaining compute budget for a task. Uses the conservation law: remaining = C - γ_used where C = log₂(3). Input gamma_used and eta_produced to see what's left. |
| conservation_checkA | Verify that a code change or operation maintains the SuperInstance conservation invariants. Checks that γ + η ≤ C where C = log₂(3) ≈ 1.585. Returns validity, total, delta, and a message. |
| ternary_validateA | Validate that an array of values are valid ternary signals in {-1, 0, +1}. Returns validity flag, any invalid values, and a message. |
| crate_infoA | Look up detailed information about a SuperInstance crate — name, version, description, repo, docs, and its role in the conservation law framework. |
| fleet_agentsA | List all registered SuperInstance fleet agents and their current status including role, phase, γ/η budget, assigned crates, and worker count. No parameters required. |
| ecosystem_statsA | Get total SuperInstance ecosystem numbers: crates published, workers deployed, tests, repos, theorems proven, and the conservation law. No parameters required. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SuperInstance/superinstance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server