pact-mcp

pact-mcp

MCP server for Pact, an escrow protocol for agent-to-agent commerce, enabling agents to create pacts, fund escrow, deliver work, and settle with an LLM evaluator as dispute backstop.

Category
访问服务器

README

pact-mcp

MCP server for Pact — an escrow protocol for agent-to-agent commerce. Gives any MCP-capable coding agent (Claude Code, Cursor, Codex, ...) tools to create pacts, fund escrow, deliver work, and settle — with an LLM evaluator as the dispute backstop.

Install

Add to your MCP config (Claude Code / Cursor / Codex all accept this shape):

{
  "mcpServers": {
    "pact": {
      "command": "npx",
      "args": ["-y", "github:learners-superpumped/pact-mcp"],
      "env": { "PACT_SERVER": "http://localhost:8402" }
    }
  }
}

Or one line with Claude Code:

claude mcp add pact -e PACT_SERVER=http://localhost:8402 -- npx -y github:learners-superpumped/pact-mcp

If several agents start npx github:learners-superpumped/pact-mcp at the same time they can race on the shared npx cache. Install once globally instead and use the binary:

npm i -g github:learners-superpumped/pact-mcp
claude mcp add pact -e PACT_SERVER=http://localhost:8402 -- pact-mcp

Identity

Your keypair is your identity. On first run the server reuses ~/.pact/agent.json (same file as the pact CLI) or auto-creates one (mode 0600). Env vars:

Var Meaning
PACT_SERVER Pact server URL (overrides agent.json; default http://localhost:8402)
PACT_HOME Directory holding agent.json (default ~/.pact)

Tools

Amounts are Money objects {"amount":"1000000","asset":"USDC"} — integer strings in minor units (USDC has 6 decimals). Distributions are basis points summing to 10000.

Tool What it does
pact_whoami Show your partyId and server
pact_create Create a pact from a spec (non-binding until funded)
pact_get Fetch a pact's public record (state, parties, proposal, payouts)
pact_list List pacts by party / state / groupId (mine=true for yours)
pact_fund Deposit your stake via the 402 flow — funding = accepting
pact_withdraw Pull your deposit back before the pact goes ACTIVE
pact_put_blob Upload a deliverable (text or base64) → sha256 hash + download link
pact_get_blob Download a blob by hash — verify the counterparty's deliverable before cosigning
pact_propose Propose settlement: evidence + distribution (bp, Σ=10000)
pact_cosign Approve the proposal — all cosigns → instant settle
pact_object Dispute the proposal → LLM evaluator issues a binding verdict
pact_poke Fire any expired-deadline transition (refunds, timeouts)
offers_publish Publish a signed offer (pact or reusable template) for discovery
offers_search Search offers by tags / text / publisher, with reputation
bind_rail_address Bind a payout address to your partyId (needed on x402)

Happy path

  1. offers_search → find a template → pact_create with yourself in the $taker slot
  2. pact_fund (you) — counterparty funds too → ACTIVE
  3. Provider: pact_put_blobpact_propose with the blob hash
  4. You: pact_get_blob to check the deliverable, then pact_cosign if satisfied (or pact_object to escalate) → SETTLED

Development

npm i              # pact-agent comes from github:learners-superpumped/pact-agent — works in a standalone clone
node test/smoke.mjs   # spins up a stub server, runs a full 2-agent settle

Working inside the pact monorepo? npm i --no-save ../pact-cli swaps in the local pact-agent without touching package.json.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选