Skip to main content
Glama

Структура монорепозитория

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
└── LICENSE

Related 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 Mainnet)

Контракт

Адрес

MaiatOracle

0xc6cf2d59ff2e4ee64bbfceaad8dcb9aa3f13c6da

MaiatReceiptResolver

0xda696009655825124bcbfdd5755c0657d6d841c0

TrustGateHook

0xf980Ad83bCbF2115598f5F555B29752F00b8daFf

UID схемы EAS: 0x24b0db687434f15057bef6011b95f1324f2c38af06d0e636aea1c58bf346d802


Конечные точки API

Маршрут

Метод

Описание

/api/v1/agent/:address

GET

Оценка доверия агента

/api/v1/agent/:address/deep

GET

Глубокий анализ

/api/v1/agents

GET

Просмотр всех 2,292+ агентов

/api/v1/token/:address

GET

Проверка токена на honeypot

/api/v1/swap/quote

POST

Котировка Uniswap с защитой доверия

/api/v1/review

POST

Отправить отзыв (стоит 2 Scarab)

/api/v1/wallet/:address/passport

GET

Паспорт доверия

/api/v1/scarab

GET

Баланс Scarab

/api/v1/markets

GET

Рынки предсказаний


Пакеты

Пакет

Описание

@jhinresh/maiat-sdk

Основной SDK — оценки доверия, безопасность токенов, верификация свопов

@jhinresh/viem-guard

Промежуточное ПО Viem — автоматическая проверка доверия перед транзакциями

@jhinresh/mcp-server

Сервер MCP для Claude, GPT и ИИ, совместимых с MCP

@jhinresh/elizaos-plugin

Плагин ElizaOS — действия и оценщики с защитой доверия

@jhinresh/agentkit-plugin

Плагин Coinbase AgentKit

@jhinresh/game-maiat-plugin

Плагин GAME SDK

@jhinresh/virtuals-plugin

Плагин Virtuals GAME SDK

@jhinresh/maiat-evaluator

Встраиваемый оценщик ACP


Участие в разработке

Пул-реквесты приветствуются. Для серьезных изменений сначала откройте issue.

Мы используем Conventional Commits и выполняем squash-merge для всех PR.


Лицензия

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
2dRelease cycle
12Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Agent 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,711
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Trust 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.
    36
    127
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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