@primordia1/mcp-server
v0.1.0
Published
MCP server exposing Primordia clearing tools
Downloads
127
Maintainers
Readme
Primordia Clearing MCP Server
MCP server exposing Primordia clearing tools for AI agents.
Installation
npm install
npm run buildConfiguration
Set the Primordia kernel URL via environment variable:
export PRIMORDIA_KERNEL_URL=http://localhost:3000Default: http://localhost:3000
Tools
Free Operations
- verify_receipt: Verify MSR/IAN/FC signature
- verify_seal: Verify conformance seal
Paid Operations
- net_receipts: Net receipts into signed IAN
- open_credit_line: Open credit line with MBS backing
- commit_future: Commit Future Commitment
- trigger_default: Trigger default event
Usage with Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"primordia-clearing": {
"command": "node",
"args": ["C:\\Users\\trunk\\primordia\\mcp-server\\build\\index.js"],
"env": {
"PRIMORDIA_KERNEL_URL": "http://localhost:3000"
}
}
}
}Development
# Watch mode
npm run watch
# Build
npm run buildLicense
MIT
