MCP Directory

mcpdotdirect/starknet-mcp-server

GitHub
Productivity

Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y starknet-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from mcpdotdirect/starknet-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "starknet-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "starknet-mcp-server"
      ]
    }
  }
}

Route mcpdotdirect/starknet-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add starknet-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use mcpdotdirect/starknet-mcp-server directly without routing

npx -y starknet-mcp-server

New to Agent-CoreX? View setup guide →

mcpdotdirect/starknet-mcp-server MCP Server — Agent-CoreX