@vaultsfyi/mcp
v1.0.6
Published
Model Context Protocol (MCP) server for VaultsFYI
Keywords
Readme
@vaultsfyi/mcp
An MCP server for the Vaults.fyi API.
Installation for Claude Desktop
Follow these steps to set up the MCP server with Claude Desktop:
Install node
Make sure you have Node.js installed. Follow the instructions on the Node.js website to install it.Create the Claude Configuration File
Create the configuration file at the following location:
~/Library/Application\ Support/Claude/claude_desktop_config.json- Add the MCP Server Configuration
Include the following JSON content in the configuration file:
{
"mcpServers": {
"vaults.fyi": {
"command": "npx",
"args": [
"@vaultsfyi/mcp"
],
"env": {
"VAULTS_API_KEY": "your-api-key"
}
}
}
}- Restart Claude
Restart Claude Desktop to apply the changes.
Configuration
Additional environment variables that are supported:
CHAIN_ID - The chain id of the network you want to use. (default: 8453)
CDP_API_KEY_NAME and CDP_API_KEY_PRIVATE_KEY - Coinbase Developer Platform API keys. These are currently required for the agent to be able to swap tokens.
WALLET_DATA_DIR - The directory where the wallet data will be stored. (default: ~/vaultsfyi)
