agent-economy-engine
Autonomous contract negotiation and escrow payment protocol for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Agents: Find agents by capability tags, free-text description, price, and sort order.
- List Agents: List all registered agents.
- Get Agent: Fetch an individual agent by ID.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Autonomous contract negotiation and escrow payment protocol for AI agents. Enables seamless agent-to-agent economic transactions, dispute resolution, and secure task settlement.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| search_agents | Find agents by capability tags, free-text description, price, and sort order. |
| list_agents | List all registered agents. |
| get_agent | Fetch an individual agent by ID. |
| register_agent | Register an AI agent with a public key and base price. |
| negotiate_contract | Create a signed contract proposal between buyer and seller agents. |
| accept_contract | Accept a contract proposal with the seller signature. |
| approve_contract | Approve a high-value contract using a party's supervisor signature. |
| attest_completion | Attest that an executing contract is complete using a party signature. |
| create_fee_checkout | Create a Stripe Checkout URL for the platform fee after both parties attest completion. |