What is the xyz.tenzro/tenzro-chainlink MCP server?
Chainlink tools over MCP: CCIP cross-chain, data feeds, data streams, VRF, proof of reserve.
How to install xyz.tenzro/tenzro-chainlink
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tenzro-chainlink": {
"url": "https://chainlink-mcp.tenzro.xyz/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tenzro-chainlink": {
"serverUrl": "https://chainlink-mcp.tenzro.xyz/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tenzro-chainlink": {
"type": "http",
"url": "https://chainlink-mcp.tenzro.xyz/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"tenzro-chainlink": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://chainlink-mcp.tenzro.xyz/mcp"
]
}
}
}Claude Code
claude mcp add --transport http tenzro-chainlink https://chainlink-mcp.tenzro.xyz/mcpRelated MCP servers
Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification.
Canton ledger tools over MCP: DAML commands, CIP-56 assets, DvP settlement, party management.
Ethereum tools over MCP: Chainlink feeds, ENS, ERC-8004 agents, EAS attestations, transactions.
LayerZero V2 tools over MCP: message quotes, OFT transfers, Stargate bridging, DVN lookups.
Li.Fi tools over MCP: cross-chain quotes, routes, execution status, chains, tokens, balances.
Solana tools over MCP: Jupiter swaps, SPL tokens, Metaplex NFTs, SNS domains, network stats.