What is the Seneschal Data MCP server?
Monero/Zcash payment webhooks + DeFi liquidation & Ethereum builder data over MCP. Free tier; x402.
How to install Seneschal Data
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"seneschal-data": {
"url": "https://mcp.seneschal.space/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"seneschal-data": {
"serverUrl": "https://mcp.seneschal.space/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"seneschal-data": {
"type": "http",
"url": "https://mcp.seneschal.space/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"seneschal-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.seneschal.space/"
]
}
}
}Claude Code
claude mcp add --transport http seneschal-data https://mcp.seneschal.space/Related MCP servers
FlashBank
Active
Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.
0
View repository →JavaScript
MIT