mcpbeat Sign in

FibX MCP Server

local only

FibX runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 5 Sep 2026.

Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.

Installs per day peak 403 · avg 24 · +1234% w/w
a month agotoday
55
Installs / week
npm · fibx
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check FibX every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fibx -- npx -y fibx
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fibx": {
      "args": [
        "-y",
        "fibx"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fibx]
command = "npx"
args = ["-y", "fibx"]
.cursor/mcp.json
{
  "mcpServers": {
    "fibx": {
      "args": [
        "-y",
        "fibx"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fibx": {
      "args": [
        "-y",
        "fibx"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FIBX_API_URL (Custom fibx-server URL for Privy wallet operations. Optional; only needed when self-hosting the backend.), FIBX_SESSION_SECRET (Encryption key for the local session file. Optional; auto-generated per machine when unset.), FIBX_WC_PROJECT_ID (WalletConnect Cloud project id used by connect_wallet. Optional; a shared public id ships in the bundle. Set your own from cloud.reown.com if the shared id's quota is exhausted.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FibX

same job, measured the same way
Thryx Portfolio
by lordbasilaiassistant-sudo

Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).

15 installs/wk local only
Story Mapper
by tomatap

User story map + kanban with a live browser UI; AI agents and humans plan the same backlog via MCP.

43 installs/wk local only
Apprise RMCP
by dinglebear

Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.

49 installs/wk local only
three.ws Portfolio
by nirholas

An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers.

34 installs/wk local only
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

40 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

22 installs/wk local only
HireMe MCP
by djoudad292

The first portfolio AI agents can hire. Profile, products, pricing and briefs over MCP.

5 tools answering
UI MCP
by forge-space

Forge Space MCP server for UI and backend generation via stdio transport.

37 installs/wk local only

FibX — questions

Answers built from our own checks of this server.

Why is there no uptime for FibX?
FibX runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fibx was installed 55 times last week.
How do I connect FibX?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fibx straight from npm; nothing to host, nothing to sign up for.
How many people use FibX?
The npm package fibx was installed 55 times in the last week. Week over week that is +1234%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FibX open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.