mcpbeat Sign in

traql MCP Server

local only

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

AML risk scoring for crypto addresses and transactions on Ethereum, BSC, TRON, TON, Bitcoin

Installs per day peak 199 · avg 12 · -88% w/w
a month agotoday
21
Installs / week
npm · @traql/mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check traql 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 mcp-server -- npx -y @traql/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@traql/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@traql/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@traql/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@traql/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to traql

same job, measured the same way
Publicaml
by publicaml

AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.

49 installs/wk local only
Publicaml
by saloprj

Free crypto AML/KYT screening for BTC/ETH/BSC/TRON — risk score, sanctions, source of funds.

3 tools answering
MCP Aml
by cryptoapis-io

MCP server for AML address verification and transaction screening via Crypto APIs

47 installs/wk local only
MCP Address History
by cryptoapis-io

MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

118 installs/wk local only
Seraph
by kondux

Crypto transaction firewall and risk tools for MCP agents.

answering
MCP Simulate
by cryptoapis-io

MCP server for dry-run Ethereum transaction simulation via Crypto APIs

181 installs/wk local only
Whale Alert API
by br0ski777

Track large on-chain whale transactions on Ethereum and Base. x402 micropayment.

1 tools answering
Synci
by synci

Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.

answering

traql — questions

Answers built from our own checks of this server.

Why is there no uptime for traql?
traql 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 @traql/mcp was installed 21 times last week.
How do I connect traql?
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 @traql/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use traql?
The npm package @traql/mcp was installed 21 times in the last week. Week over week that is -88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is traql 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.