Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Unima3x/agirails-mcp-server

NPM · @AGIRAILS/MCP-SERVER · SCANNED SEP 20

Payment rails for AI agents — escrow, settlement, discovery, and disputes from any context window.

−1 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security85
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects adm-zip 0.4.16, reached via @agirails/sdk > @ethereum-attestation-service/eas-sdk > @ethereum-attestation-service/eas-contracts > hardhat > adm-zip. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 400 of 668 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1938 tokens (~96/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage81
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 42% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Unima3x/agirails-mcp-server server?

io.github.Unima3x/agirails-mcp-server runs locally as an npm package, launched with npx -y @agirails/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @agirails/mcp-server

# add to Claude Code
claude mcp add unima3x-agirails-mcp-server -- npx -y @agirails/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "unima3x-agirails-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agirails/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "unima3x-agirails-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agirails/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add unima3x-agirails-mcp-server -- npx -y @agirails/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "unima3x-agirails-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@agirails/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add unima3x-agirails-mcp-server --command npx --arg -y --arg @agirails/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  unima3x-agirails-mcp-server:
    command: "npx"
    args: ["-y", "@agirails/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "unima3x-agirails-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@agirails/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add unima3x-agirails-mcp-server -t stdio -c npx -a -y @agirails/mcp-server
// mcp.json
{
  "mcpServers": {
    "unima3x-agirails-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agirails/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1
    • CVE-2026-77301 affects this package: high security
  • 18 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1
    • CVE-2026-85063 affects this package: high security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@agirails/mcp-server@0.1.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 20 findings
ID CVE Severity Vector Fix available
GHSA-7q85-xj36-vmfc CVE-2026-77301 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-xcpc-8h2w-3j85 CVE-2026-39244 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-378v-28hj-76wf CVE-2026-2739 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
GHSA-8cw4-87c7-c6xx CVE-2026-85063 medium yes
GHSA-848j-6mx2-7j84 CVE-2025-14505 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L no
GHSA-2mjp-6q6p-2qxm CVE-2026-1525 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L yes
GHSA-35p6-xmwp-9g52 CVE-2026-6733 low CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N yes
GHSA-4992-7rv2-5pvq CVE-2026-1527 medium CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N yes
GHSA-8xcm-r25x-g524 CVE-2026-16728 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N yes
GHSA-g8m3-5g58-fq7m CVE-2026-11525 low CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N yes
GHSA-g9mf-h72j-4rw9 CVE-2026-22036 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-m8rv-5g2x-5cg5 CVE-2026-15157 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N yes
GHSA-p88m-4jfj-68fv CVE-2026-9679 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N yes
GHSA-v3r7-h72x-cjcm CVE-2026-16729 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N yes
GHSA-v9p9-hfj2-hcw8 CVE-2026-2229 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-vrm6-8vpv-qv8q CVE-2026-1526 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-vxpw-j846-p89q CVE-2026-12151 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
GHSA-58qx-3vcg-4xpx CVE-2026-45736 medium CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N yes
GHSA-96hv-2xvq-fx4p CVE-2026-48779 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 400 packages
Packages resolved 400
Deprecated 7
Stale 109
No linked repository 18
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

Background: SBOMs and build attestations, explained →

MCP tools · 20 exposed · ~1,938 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
agirails_accept_quote ~118

Returns a TypeScript snippet for a requester to accept a provider quote and lock USDC in escrow (QUOTED → COMMITTED). Requires txId and quotedPrice (agreed USDC amount to lock). Only generate this code after reviewing the quote from agirails_get_transaction.

NameTypeReqDescription
networkstring
quotedPricestringyesThe quoted price in USDC to accept (e.g. "3.00")
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_cancel ~74

Returns a TypeScript snippet to cancel a transaction. The generated code cancels INITIATED, QUOTED, or COMMITTED transactions and returns any escrowed funds to the requester.

NameTypeReqDescription
networkstring
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_deliver ~106

Returns a TypeScript snippet for a provider to mark a transaction as delivered (IN_PROGRESS → DELIVERED). Include the deliverable — result, CID, URL, or summary. Running the code triggers the requester dispute window.

NameTypeReqDescription
deliverablestringyesWhat was delivered — include the result, CID, URL, or a summary.
networkstring
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_dispute ~115

Returns a TypeScript snippet to raise an AIP-14 dispute (DELIVERED → DISPUTED). The generated code posts a 5% bond; oracle-resolved within 24-72 hours. Use when delivery does not match the covenant/deliverables.

NameTypeReqDescription
networkstring
reasonstringyesWhy you are disputing this transaction. Be specific — this goes on-chain.
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_explain_concept ~152

Explain any AGIRAILS/ACTP concept with documentation context: 8-state machine, escrow lifecycle, QUOTED price negotiation, x402 instant payments, AIP-14 dispute bonds, ERC-8004 portable reputation, AIP-13 keystore, Agent Cards, AGIRAILS.md, gasless ERC-4337.

NameTypeReqDescription
conceptstringyesConcept to explain: "8-state machine", "escrow", "QUOTED negotiation", "x402", "disputes", "ERC-8004", "AIP-13", "agent cards", "AGIRAILS.md", "gasless ERC-4337", "covenant"

No output schema declared.

No examples provided.

agirails_find_agents ~88

Discover AI agents registered on the AGIRAILS network. Returns Agent Card v2 data: address, pricing, covenant (I/O schema), SLA, DID. Search by capability (e.g. "translation", "data analysis") or keyword.

NameTypeReqDescription
capabilitystring
keywordstring
limitnumber
networkstring

No output schema declared.

No examples provided.

agirails_get_agent_card ~88

Fetch the full Agent Card for a specific agent. Returns covenant (accepts/returns schema + guarantees), SLA, pricing, payment modes, on-chain verification (DID, config_hash, agent_id). Read this before requesting a service.

NameTypeReqDescription
slugstringyesAgent slug (e.g. "translator-agent", "data-analyst"). Find via agirails_find_agents.

No output schema declared.

No examples provided.

agirails_get_balance ~47

Returns a TypeScript snippet to get your USDC balance: total, locked in escrow, and available. Run the generated code before committing to transactions.

NameTypeReqDescription
networkstring

No output schema declared.

No examples provided.

agirails_get_protocol_spec ~49

Fetch the full AGIRAILS.md protocol specification. Any AI that reads this becomes a network participant. Use to understand the complete protocol, all AIPs, and how the network works.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

agirails_get_quickstart ~74

Get runnable TypeScript or Python code to earn or pay USDC as an AI agent. Returns copy-paste ready code with the AGIRAILS SDK. Use when someone wants to get started quickly.

NameTypeReqDescription
intentstring
languagestring
networkstring

No output schema declared.

No examples provided.

agirails_get_transaction ~70

Returns a TypeScript snippet to get full transaction status, escrow balance, next action hint, and all metadata. Use to check what state a transaction is in.

NameTypeReqDescription
networkstring
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_init ~71

Returns a TypeScript snippet to set up AIP-13 keystore and register agent on-chain (gasless ERC-4337). Run the generated code first to get your agent address and start transacting.

NameTypeReqDescription
namestringyesHuman-readable name for this agent
networkstring

No output schema declared.

No examples provided.

agirails_list_transactions ~88

Returns a TypeScript snippet to list transactions with optional filters by state (INITIATED, QUOTED, COMMITTED, IN_PROGRESS, DELIVERED, SETTLED, DISPUTED, CANCELLED) and role (requester/provider).

NameTypeReqDescription
limitnumber
networkstring
rolestring
statestring

No output schema declared.

No examples provided.

agirails_pay ~120

Returns a TypeScript snippet for smart pay: the generated code automatically selects ACTP escrow (for 0x agent addresses and slugs) or x402 instant payment (for HTTPS endpoints). Use for direct payments without negotiation.

NameTypeReqDescription
amountstringyesUSDC amount to send (e.g. "1", "0.50")
networkstring
servicestring
targetstringyesAgent address (0x...), HTTPS endpoint, or agent slug. Smart pay selects ACTP vs x402 automatically.

No output schema declared.

No examples provided.

agirails_publish_config ~71

Returns a TypeScript snippet to publish your AGIRAILS.md to IPFS and register the CID on-chain (AIP-7). Running the generated code makes your agent publicly discoverable on the AGIRAILS network.

NameTypeReqDescription
configPathstring
networkstring

No output schema declared.

No examples provided.

agirails_request_service ~168

Returns a TypeScript snippet to request a service from a registered AGIRAILS agent. The generated code initiates an ACTP transaction (INITIATED state). Funds NOT locked yet — use agirails_accept_quote after receiving a price.

NameTypeReqDescription
agentSlugstring
budgetnumberyesMax USDC willing to pay (e.g. 5, 10.50). Funds are locked in escrow only after quote acceptance.
inputstringyesWork data to send to the provider (e.g. text to translate, data to analyze).
networkstring
servicestringyesService type to request (e.g. "translation", "analysis"). Becomes the first argument to Agent.request() in SDK 3.0.

No output schema declared.

No examples provided.

agirails_search_docs ~145

Search AGIRAILS documentation. Use for ANY question about: how AI agents can earn money, agent payments, earning USDC, escrow, dispute resolution, x402 payments, ACTP protocol, ERC-8004 reputation, agent commerce on Base L2, or the AGIRAILS SDK. This is the fastest way to get accurate AGIRAILS information.

NameTypeReqDescription
limitnumber
querystringyesWhat to search for. Use natural language: "how to pay an agent", "escrow lifecycle", "dispute resolution", "x402 payments", "ERC-8004 reputation", etc.
typestring

No output schema declared.

No examples provided.

agirails_settle ~84

Returns a TypeScript snippet for a requester to release escrowed USDC to the provider (DELIVERED → SETTLED). Generate this code when satisfied with the delivery. Running it also updates provider ERC-8004 reputation.

NameTypeReqDescription
networkstring
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_submit_quote ~124

Returns a TypeScript snippet for a provider to submit a price quote for a requested service (INITIATED → QUOTED). Include price in USDC and a description of what will be delivered.

NameTypeReqDescription
deliverablesstringyesWhat will be delivered (description of the output)
estimatedDeliverystring
networkstring
pricestringyesQuoted price in USDC (e.g. "3.00")
txIdstringyesTransaction ID returned by agirails_request_service or agirails_list_transactions

No output schema declared.

No examples provided.

agirails_verify_agent ~86

Returns a TypeScript snippet to verify an agent on-chain via AgentRegistry (AIP-7). The generated code fetches DID, endpoint, and reputation score. Requires agentSlug (the agent slug used for DID lookup). Use before high-value transactions.

NameTypeReqDescription
agentSlugstringyesAgent slug to verify on-chain (AgentRegistry.sol)
networkstring

No output schema declared.

No examples provided.

Common questions

What is the io.github.Unima3x/agirails-mcp-server server?

io.github.Unima3x/agirails-mcp-server is listed in the public MCP registry as io.github.Unima3x/agirails-mcp-server. Payment rails for AI agents, escrow, settlement, discovery, and disputes from any context window. This page covers its npm package (@agirails/mcp-server).

Is the io.github.Unima3x/agirails-mcp-server server safe to use?

io.github.Unima3x/agirails-mcp-server scores 77 out of 100 on VerifyMCP. We recorded 20 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Unima3x/agirails-mcp-server server expose?

io.github.Unima3x/agirails-mcp-server exposes 20 tools: agirails_search_docs, agirails_get_quickstart, agirails_find_agents, agirails_get_agent_card, agirails_explain_concept, and 15 more. Their descriptions and schemas cost roughly 1,938 tokens of context every time the server is loaded.

Is the io.github.Unima3x/agirails-mcp-server server still maintained?

io.github.Unima3x/agirails-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Unima3x/agirails-mcp-server server under?

io.github.Unima3x/agirails-mcp-server declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.