Wallet Portfolio Tracker API MCP Server

Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402.

Local serverstdio

What is the Wallet Portfolio Tracker API MCP server?

Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402. That is what the wallet portfolio tracker api mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Full crypto wallet holdings across chains -- ETH, ERC-20 tokens, USD values. Portfolio tracking for agents. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

The tools it exposes

The server publishes 2 tools. What each one is for:

  • wallet_get_portfolio — GET
  • wallet_get_balance — GET

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Wallet Portfolio Tracker API's toolset — wallet_get_portfolio, wallet_get_balance — is a fair guide to whether it matches your workflow. It is maintained by Br0ski777; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
wallet_get_portfolioGET
wallet_get_balanceGET

How to install the Wallet Portfolio Tracker API MCP server

{
  "mcpServers": {
    "wallet-portfolio": {
      "url": "https://wallet-portfolio.api.klymax402.com/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Wallet Portfolio Tracker API to wallet get portfolio.
  • Use Wallet Portfolio Tracker API to wallet get balance.

Frequently asked questions

It connects Wallet Portfolio Tracker API to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (wallet_get_portfolio, wallet_get_balance) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Wallet Portfolio Tracker API directly.