autonomousintelligence-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_AGENT_KEY | No | API key for Autonomous Intelligence. Required only for swap building and submission (build_swap, submit_swap); optional for read-only tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_quoteA | Get a swap quote (route, expected out, 2% fee disclosed) for inputMint→outputMint of amount in base units. |
| check_token_safetyC | Rug-gate a token: honeypot, mint/freeze authority, liquidity lock, holder concentration. |
| find_gemsC | Rug-gated new/trending tokens. tab: new | trending | graduated. |
| get_token_infoB | Live price, liquidity and market cap for a mint. |
| list_tradeable_tokensD | Every token swappable on the DEX. |
| build_swapA | Build an UNSIGNED swap transaction (2% fee baked in) + a build_id. Requires an API key. Sign it locally with your own wallet, then call submit_swap with the same build_id. Your key never leaves your environment. |
| submit_swapA | Broadcast an already-signed swap transaction with its build_id. Requires an API key. Returns the signature and confirmation status. |
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
- 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/mmahdiahamed92-png/autonomous-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server