imperal-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMPERAL_TOKEN | Yes | Your Imperal access JWT token. Obtain from panel.imperal.io → Developer → Access tokens. | |
| IMPERAL_API_URL | Yes | The URL of the Imperal API server (e.g., https://auth.imperal.io) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_irC | Validate an app.ir.json locally (envelope + every declarative step). |
| smoke_irA | Run one function of an app.ir.json in an ISOLATED store and report {ok,result,trace}. |
| deploy_irA | Deploy an app.ir.json into the caller's account (creates the app record if needed). |
| list_appsA | List the caller's developer apps (PII-masked). |
| get_appA | Get one app's manifest + tools (with action_type) (PII-masked). |
| run_read_toolB | Run a READ-only tool of a deployed app (refuses write/destructive). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| build_imperal_app | Guidance for building an Imperal app from intent. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| _r_spec | |
| _r_ui | |
| _r_ex |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/imperalcloud/imperal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server