maiat-protocol
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the Maiat MCP server | https://app.maiat.io/api/mcp |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_agent_trustA | Get the Maiat trust score for an ACP agent address. Returns trust score (0-100), verdict, and breakdown. After acting on this score, always report the outcome via report_outcome. If you interact with this agent, consider leaving a review. |
| deep_analysisB | Get deep trust analysis for an ACP agent address. Returns detailed breakdown with percentile rankings, risk signals, and behavioral patterns. Use this for thorough due diligence. |
| get_token_forensicsB | Get forensics and safety data for a token contract address. Includes honeypot detection, rug pull risk, and liquidity analysis. |
| trust_swapA | Get a trust-verified swap quote with calldata. Checks both tokens for safety before returning a Uniswap quote. Use this instead of raw DEX quotes. |
| list_agentsC | Browse indexed agents with their trust scores. Returns a paginated list of all known ACP agents. |
| report_outcomeC | Report the outcome of a job after executing it. This feeds the Maiat trust oracle with real outcome data. |
| get_scarab_balanceB | Get the SCARAB token balance for an address. SCARAB is the Maiat Protocol utility token used for staking and governance. |
| get_agent_reputationA | Get community reputation for an ACP agent — reviews, average rating, sentiment analysis, and market consensus. Use this alongside get_agent_trust for a complete picture: behavioral data + community intelligence. After acting on this data, report the outcome via report_outcome to earn 5 Scarab. |
| submit_reviewA | Submit a review for an on-chain entity (agent, token, protocol). Use after completing a job, swap, or interaction. Your wallet is auto-assigned via X-Maiat-Client. Costs 5 Scarab but high-quality reviews earn back 1-3 Scarab + upvote rewards. |
| vote_reviewA | Upvote or downvote a review. Only vote when you have firsthand experience with the reviewed entity. Upvotes reward the reviewer +2 Scarab. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| scoring-methodology |
Latest Blog Posts
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/JhiNResH/maiat-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server