Connection check
local install
xaip-mcp-server
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Tools
10
GitHub stars
1
Installs / wk
—
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
10 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
xaip_accept_credential
from source
Accept a credential that was issued to your agent Accept a credential that was issued to your agent
xaip_connect
from source
Connect to an XRPL network (testnet, devnet, or mainnet) Connect to an XRPL network (testnet, devnet, or mainnet)
xaip_create_escrow
from source
Create an escrow payment for an agent-to-agent job. Locks XRP until the job is done. Create an escrow payment for an agent-to-agent job. Locks XRP until the job is done.
xaip_create_test_wallet
from source
Create a funded wallet on XRPL testnet/devnet (for development). Returns wallet address and seed. Create a funded wallet on XRPL testnet/devnet (for development). Returns wallet address and seed.
xaip_finish_escrow
from source
Release escrow payment to the worker after job completion Release escrow payment to the worker after job completion
xaip_get_account
from source
Get account information for an XRPL address (balance, sequence, etc.) Get account information for an XRPL address (balance, sequence, etc.)
xaip_get_reputation
from source
Get an agent Get an agent
xaip_issue_credential
from source
Issue a credential to an agent (capability proof, endorsement, etc.) Issue a credential to an agent (capability proof, endorsement, etc.)
xaip_register_agent
from source
Register a new AI agent identity (DID) on XRPL. This is how an AI agent is Register a new AI agent identity (DID) on XRPL. This is how an AI agent is
xaip_resolve_agent
from source