maiat-protocol
모노레포 구조
maiat-protocol/
├── apps/
│ └── web/ # Next.js dashboard + API (app.maiat.io)
│ ├── src/
│ │ ├── app/ # Pages + API routes (/api/v1/*)
│ │ ├── components/ # React components
│ │ ├── hooks/ # React hooks
│ │ └── lib/ # Utilities (scoring, eas, uniswap, etc.)
│ ├── public/ # Static assets
│ ├── prisma/ # Database schema + migrations
│ ├── package.json # Web app dependencies
│ └── tsconfig.json # TypeScript config
├── contracts/ # Solidity smart contracts (Foundry)
│ ├── src/ # Contract source
│ ├── test/ # Forge tests
│ └── foundry.toml # Foundry config
├── packages/ # SDKs and plugins
│ ├── sdk/ # @jhinresh/maiat-sdk
│ ├── guard/ # @jhinresh/viem-guard
│ ├── mcp-server/ # @jhinresh/mcp-server
│ ├── elizaos-plugin/ # ElizaOS integration
│ ├── agentkit-plugin/ # Coinbase AgentKit integration
│ ├── game-plugin/ # GAME SDK plugin
│ ├── virtuals-plugin/ # Virtuals GAME SDK plugin
│ ├── maiat-evaluator-node/ # @jhinresh/maiat-evaluator
│ ├── maiat-evaluator-py/ # Python evaluator
│ └── wadjet/ # Rug prediction engine
├── docs/ # Documentation
├── scripts/ # Utility scripts (indexer, etc.)
├── tests/ # Root-level integration tests
├── package.json # Workspace config
├── tsconfig.json # Root TypeScript config
└── LICENSERelated MCP server: mcp-azeth
빠른 시작
git clone https://github.com/JhiNResH/maiat-protocol.git
cd maiat-protocol
npm install
# Run the web app
npm run dev
# Or run from the apps/web directory
cd apps/web
npm run dev스마트 컨트랙트 (Base 메인넷)
컨트랙트 | 주소 |
MaiatOracle |
|
MaiatReceiptResolver |
|
TrustGateHook |
|
EAS 스키마 UID: 0x24b0db687434f15057bef6011b95f1324f2c38af06d0e636aea1c58bf346d802
API 엔드포인트
경로 | 메서드 | 설명 |
| GET | 에이전트 신뢰 점수 |
| GET | 심층 분석 |
| GET | 2,292개 이상의 모든 에이전트 탐색 |
| GET | 토큰 허니팟 확인 |
| POST | 신뢰 게이트가 적용된 Uniswap 견적 |
| POST | 리뷰 제출 (2 Scarab 비용 발생) |
| GET | 신뢰 패스포트 |
| GET | Scarab 잔액 |
| GET | 예측 시장 |
패키지
패키지 | 설명 |
| 핵심 SDK — 신뢰 점수, 토큰 안전성, 스왑 검증 |
| Viem 미들웨어 — 트랜잭션 전 자동 신뢰 확인 |
| Claude, GPT 및 MCP 호환 AI를 위한 MCP 서버 |
| ElizaOS 플러그인 — 신뢰 게이트 액션 및 평가자 |
| Coinbase AgentKit 플러그인 |
| GAME SDK 플러그인 |
| Virtuals GAME SDK 플러그인 |
| 드롭인 ACP 평가자 |
기여하기
풀 리퀘스트는 언제나 환영합니다. 주요 변경 사항의 경우 먼저 이슈를 열어주세요.
우리는 Conventional Commits를 사용하며 모든 PR은 스쿼시 머지(squash-merge)합니다.
라이선스
MIT
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.1,7115MIT
- AlicenseAqualityBmaintenanceTrust infrastructure for the machine economy. Gives AI agents non-custodial smart accounts (ERC-4337), x402 payments, on-chain reputation via ERC-8004 trust registry, and service discovery. 8 tools: create accounts, transfer, check balances, pay for x402 services, publish/discover services, manage payment agreements, and send encrypted messages.361273MIT
- Flicense-qualityCmaintenanceTrust scoring for AI agents on the Solana agent registry. Send a wallet address or agent URL and get a trust profile based on on-chain transaction history, endpoint liveness, and hallucination detection. Built from 100+ experiments on agent-to-agent trust.
- Alicense-quality-maintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Signed agent discovery, security attestations, paid work, and verified settlement reputation.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
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/JhiNResH/maiat-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server