🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

xaip-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xaip-mcp-server

XAIP MCP Server - Lets any AI agent interact with XRPL Agent Identity Protocol. Create identities, verify credentials, build trust, transact autonomously.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
45
9.76%
Maintainers
1
Weekly downloads
 
Created
Source

xaip-mcp-server

MCP server for the XRPL Agent Identity Protocol (XAIP).

Lets any AI (Claude, GPT, Gemini, etc.) create identities, verify credentials, build trust, and transact autonomously on the XRP Ledger.

Install

npm install -g xaip-mcp-server

Setup with Claude Code

Add to your Claude Code MCP config:

{
  "mcpServers": {
    "xaip": {
      "command": "xaip-mcp-server"
    }
  }
}

Available Tools

ToolDescription
xaip_connectConnect to XRPL (testnet/devnet/mainnet)
xaip_create_test_walletGet a funded testnet wallet
xaip_register_agentRegister an AI agent DID on-chain
xaip_resolve_agentLook up an agent's identity
xaip_issue_credentialIssue capability/endorsement credentials
xaip_accept_credentialAccept a credential
xaip_create_escrowLock payment for a job
xaip_finish_escrowRelease payment to worker
xaip_get_reputationGet agent's trust score (0-100)
xaip_get_accountCheck account balance
  • XAIP SDK
  • Full Specification
  • GitHub

License

MIT

Keywords

xaip

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts