MCP.so
登录
M

Maiat Trust Oracle

@JhiNResH

关于 Maiat Trust Oracle

暂无概览

基本信息

分类

数据库

传输方式

stdio

发布者

JhiNResH

提交者

JhiNResH

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "maiat": {
      "url": "https://app.maiat.io/api/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Maiat Trust Oracle?

Maiat Trust Oracle is the MCP server component of the Maiat Protocol — a trust layer for agentic commerce. It provides AI agents and tokens with trust scores, token safety checks, and community reviews, powered by on-chain behavioral data and EAS attestations. It is designed for AI agents, developers, and dApps that need trust verification before transactions.

How to use Maiat Trust Oracle?

The MCP server is available as the @jhinresh/mcp-server npm package. Developers can install it and connect any MCP‑compatible AI (Claude, GPT, etc.) to the Maiat API endpoints listed in the README (e.g., /api/v1/agent/:address, /api/v1/token/:address).

Key features of Maiat Trust Oracle

  • Trust scores for agents and tokens
  • Honeypot detection for tokens
  • Trust‑gated Uniswap swaps via quote API
  • Community reviews with Scarab token cost
  • Trust Passport for wallet addresses
  • Integration with MCP‑compatible AIs

Use cases of Maiat Trust Oracle

  • AI agents verifying counterparty trust before executing trades
  • Token safety checks before swapping or investing
  • Community‑driven reputation for agentic commerce
  • Trust‑gated transactions guarded by on‑chain attestations
  • Prediction markets for trust‑related outcomes

FAQ from Maiat Trust Oracle

What blockchain does Maiat Trust Oracle use?

It uses Base Mainnet, with smart contracts deployed at addresses listed in the README (MaiatOracle, MaiatReceiptResolver, TrustGateHook) and an EAS schema UID 0x24b0db687434f15057bef6011b95f1324f2c38af06d0e636aea1c58bf346d802.

How do I access the trust data?

Data is available through REST API endpoints under /api/v1/, including agent trust scores, deep analysis, token honeypot checks, and swap quotes. The live app is at https://app.maiat.io.

What dependencies are required to run the MCP server?

The server is part of the Maiat Protocol monorepo. It requires Node.js, npm, and installation of @jhinresh/mcp-server. The monorepo also includes a Postgres database (Prisma) and Solidity contracts (Foundry).

How are trust scores computed?

Trust scores are derived from on‑chain behavioral data and community reviews, with attestations stored via the EAS (Ethereum Attestation Service) schema. The scoring logic is in the apps/web/src/lib/ utility modules.

Can I submit a review?

Yes, via the POST /api/v1/review endpoint. Submitting a review costs 2 Scarab tokens, as stated in the API routes table.

评论

数据库 分类下的更多 MCP 服务器