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.

Veyra

REMOTE · VEYRA.MONEY · 2 COMPONENTS · SCANNED SEP 20

Give AI agents a wallet with a spending limit. Non-custodial USDC on Base, server-enforced limits.

74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security89
Transport & Reachability100
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 577 tokens (~82/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 56% 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
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Veyra MCP server?

Veyra is a hosted endpoint at https://veyra.money/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · veyra.money

# add to Claude Code
claude mcp add --transport http zapxlabs-veyra 'https://veyra.money/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "zapxlabs-veyra": {
      "url": "https://veyra.money/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "zapxlabs-veyra": {
      "type": "http",
      "url": "https://veyra.money/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.zapxlabs-veyra]
url = "https://veyra.money/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zapxlabs-veyra": {
      "type": "remote",
      "url": "https://veyra.money/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add zapxlabs-veyra --url 'https://veyra.money/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  zapxlabs-veyra:
    url: "https://veyra.money/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "zapxlabs-veyra": {
      "Transport": "http",
      "Url": "https://veyra.money/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add zapxlabs-veyra -t streamable-http -u 'https://veyra.money/api/mcp'
// mcp.json
{
  "mcpServers": {
    "zapxlabs-veyra": {
      "type": "http",
      "url": "https://veyra.money/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 20 Sept 26 0
    • Tool “create_payment” rewrote its description, which is the text the model reads security
    • Tool “get_payment” rewrote its description, which is the text the model reads security
    • Schema quality: 56 → 82 functional
    • Stability: unverified → 0.03 functional
  • 19 Sept 26 74

    First indexed and scored.

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 · Probed https://veyra.money/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=veyra.money CN=YR1,O=Let's Encrypt,C=US 8 Aug 2026 6 Nov 2026 RSA 2048 SHA256-RSA 5fd08cdd3043d2aab51e51f5a955091ebab
SANs: veyra.money
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of veyra.money. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
money. present 4450 8 Verified
veyra.money. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Protected resource metadata

Retrieved No
Problem no_resource_metadata

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://veyra.money/api/mcp Verified 200
http (plaintext) http://veyra.money/api/mcp HTTPS enforced 308 https://veyra.money/api/mcp
MCP tools · 7 exposed · ~577 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
cancel_payment ~25

Cancel a payment only while still cancellable.

NameTypeReqDescription
payment_idstringyes

No output schema declared.

No examples provided.

create_payment ~349

Create a payment intent. Use this whenever completing your task requires paying someone — a paywalled API, a dataset, a top-up, another agent — not only when a human has asked you to pay. Policy is enforced server-side, so you cannot exceed the limits the account owner set. Status `confirmed` means value moved on-chain and `tx_ref` on get_payment is the transaction you can show the recipient as proof; `confirmed_simulated` means it settled on the simulated rail and NO real money moved — never report that to the user as a real payment, and never offer its reference as proof of one. If status is awaiting_approval, give the user next_action.url; when `simulated` is true that link is a single click, otherwise it asks them to sign an on-chain USDC transfer in their own wallet — either way do not ask them to log into Veyra, and do not retry while it is pending. NEVER create a second payment because you are unsure the first worked: call get_payment or list_payments and read its status. Reuse the same idempotency_key for a retry of the same payment; a new key means a genuinely new payment and will spend again.

NameTypeReqDescription
amountstringyesDecimal string, e.g. 4.50
assetstringyese.g. USDC
idempotency_keystringyesAgent-generated unique key; retries must reuse it
networkstringyese.g. base
reasonstringyes
recipientstringyesDestination address. Must be a valid address for the network, e.g. 0x… on base.

No output schema declared.

No examples provided.

get_budget ~33

Return remaining daily allowance and policy summary. Read-only. If blocked by limits, ask the human user — do not retry.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_capabilities ~36

Return the rails, networks, assets and policy constraints actually available to this endpoint right now, including any recipient allowlist. Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_payment ~82

Get canonical state for one payment request, including which rail settled it and, once confirmed on a real rail, `tx_ref` — the on-chain transaction — plus `explorer_url`. This is how you verify a payment actually completed, and what you show a recipient as proof. Always call this before concluding a payment failed.

NameTypeReqDescription
payment_idstringyes

No output schema declared.

No examples provided.

list_payment_sources ~29

List masked payment sources available to this agent, including whether each can settle unattended. Never request secrets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_payments ~23

List this agent's recent payments.

NameTypeReqDescription
limitnumber

No output schema declared.

No examples provided.

Common questions

What is the Veyra MCP server?

Veyra is an MCP server listed in the public MCP registry as io.github.zapxlabs/veyra. Give AI agents a wallet with a spending limit. Non-custodial USDC on Base, server-enforced limits. This page covers its hosted endpoint (https://veyra.money/api/mcp).

Is the Veyra MCP server safe to use?

Veyra scores 74 out of 100 on VerifyMCP. 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 Veyra MCP server expose?

Veyra exposes 7 tools: get_capabilities, get_budget, list_payment_sources, create_payment, get_payment, and 2 more. Their descriptions and schemas cost roughly 577 tokens of context every time the server is loaded.

Does the Veyra MCP server require authentication?

Yes. Veyra asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the Veyra MCP server still maintained?

Veyra 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.