io.github.xkumakichi/xaip-mcp-server
NPM · XAIP-MCP-SERVER · SCANNED AUG 3
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Available components
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (113 of 117), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (113 of 117), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 126 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 595 tokens (~59/item across 10 items; 10 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage98
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 95% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · xaip-mcp-server
claude mcp add xkumakichi-xaip-mcp-server -- npx -y xaip-mcp-server
codex mcp add xkumakichi-xaip-mcp-server -- npx -y xaip-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"xkumakichi-xaip-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"xaip-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add xkumakichi-xaip-mcp-server --command npx --arg -y --arg xaip-mcp-server
mcp_servers:
xkumakichi-xaip-mcp-server:
command: "npx"
args: ["-y", "xaip-mcp-server"] {
"mcpServers": {
"xkumakichi-xaip-mcp-server": {
"command": "npx",
"args": [
"-y",
"xaip-mcp-server"
]
}
}
} 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.
- 3 Aug 26 +26
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 +22
- Security disclosure: unverified → fail ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 95 functional
- First check of Schema quality: fail functional
- First check of Schema quality: unverified functional
- 27 Jul 26 18
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 113 packages
113 packages in the resolved dependency tree · 113 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
xaip_accept_credential ~64
Accept a credential that was issued to your agent
| Name | Type | Req | Description |
|---|---|---|---|
| agentSeed | string | yes | Seed of the agent accepting the credential |
| credentialType | string | yes | Type of credential to accept |
| issuerAddress | string | yes | XRPL address of the credential issuer |
No output schema declared.
No examples provided.
xaip_connect ~33
Connect to an XRPL network (testnet, devnet, or mainnet)
| Name | Type | Req | Description |
|---|---|---|---|
| network | string | — | — |
No output schema declared.
No examples provided.
xaip_create_escrow ~90
Create an escrow payment for an agent-to-agent job. Locks XRP until the job is done.
| Name | Type | Req | Description |
|---|---|---|---|
| amountXRP | number | yes | Amount of XRP to lock in escrow |
| clientSeed | string | yes | Seed of the client agent (who pays) |
| jobDescription | string | yes | Description of the job |
| workerAddress | string | yes | XRPL address of the worker agent |
No output schema declared.
No examples provided.
xaip_create_test_wallet ~32
Create a funded wallet on XRPL testnet/devnet (for development). Returns wallet address and seed.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
xaip_finish_escrow ~66
Release escrow payment to the worker after job completion
| Name | Type | Req | Description |
|---|---|---|---|
| escrowOwner | string | yes | XRPL address of the escrow creator |
| escrowSequence | number | yes | Sequence number of the escrow |
| finisherSeed | string | yes | Seed of the account finishing the escrow |
No output schema declared.
No examples provided.
xaip_get_account ~39
Get account information for an XRPL address (balance, sequence, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | The XRPL address to look up |
No output schema declared.
No examples provided.
xaip_get_reputation ~51
Get an agent's trust score computed from on-chain evidence. Returns a 0-100 composite score with 5 dimensions.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | XRPL address of the agent to evaluate |
No output schema declared.
No examples provided.
xaip_issue_credential ~102
Issue a credential to an agent (capability proof, endorsement, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| credentialType | string | yes | Type of credential (e.g., 'XAIP:Capability:Translation', 'XAIP:Endorsement:job-complete') |
| issuerSeed | string | yes | Seed of the credential issuer |
| subjectAddress | string | yes | XRPL address of the agent receiving the credential |
| uri | string | — | Optional URI with credential details |
No output schema declared.
No examples provided.
xaip_register_agent ~72
Register a new AI agent identity (DID) on XRPL. This is how an AI agent is 'born' on the blockchain.
| Name | Type | Req | Description |
|---|---|---|---|
| agentCardUri | string | yes | URI pointing to the Agent Card (IPFS or HTTPS URL) |
| seed | string | yes | The wallet seed of the agent |
No output schema declared.
No examples provided.
xaip_resolve_agent ~46
Resolve an agent's DID from the XRPL ledger. Returns the agent's identity information.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | The XRPL address of the agent to look up |
No output schema declared.
No examples provided.