Seneschal Data
Monero/Zcash payment webhooks + DeFi liquidation & Ethereum builder data over MCP. Free tier; x402.
Install Seneschal Data in your MCP client
Seneschal Data is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add Seneschal Data to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; Seneschal Data's tools should appear.
{
"mcpServers": {
"seneschal-data": {
"command": "npx",
"args": [
"-y",
"@seneschal-data/mcp-server"
],
"note": "Replace with the actual package name from the server's documentation."
}
}
}Install Seneschal Data in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. Seneschal Data will show up in the assistant's tool list on next launch.
Install Seneschal Data in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). Seneschal Data will show up in the assistant's tool list on next launch.
Install Seneschal Data in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). Seneschal Data will show up in the assistant's tool list on next launch.
Install Seneschal Data in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. Seneschal Data will show up in the assistant's tool list on next launch.
Transport
Seneschal Data supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More verticals.financial_services.risk MCP servers
Other Model Context Protocol servers in the same space as Seneschal Data. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
mcp
Model Context Protocol server for the XRPL-Utilities portfolio: Sentinel (wallet classifier), Pulse (signal feed), Telemetry (supply + utility floor), Trust (XLS-70/80/81 directory), Vault (RWA tracker), and Flows (ETF AUM vs XRPL flow correlation). Expos
thinchain
MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.
nexus-financial
Crypto signals, Kalshi prediction markets, wallet AML. x402 USDC on Base.
mcp
Axon MCP server — local non-custodial trading terminal for AI agents. ~35 typed Model Context Protocol tools for Hyperliquid perps, Uniswap V3 spot, Aave V3 lending, GMX v2 perps across Arbitrum, Base, Avalanche, Polygon, Optimism. Drop-in for Claude Code
XRPL-Utilities
XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402.
GMO Coin FX MCP Server
MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.
l402-kit
MCP server for L402-protected APIs via Bitcoin Lightning. Pay-per-call AI tools in sats.
Polymarket Wallet Intelligence
Classify Polymarket wallets as human or bot, score their trading edge, read open positions.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.