Skip to main content
Glama

Starknet MCP Server

by milancermak

스타크넷-MCP

Starknet용 MCP 서버입니다. MCP를 통해 다음 Starknet RPC 메서드를 사용할 수 있습니다.

지엑스피1

쓰기 방법은 아직 지원되지 않습니다.

설치

Bun을 설치하세요. 이 저장소를 복제하세요. bun install 으로 종속성을 설치하세요. Claude의 MCP 설정을 업데이트하세요. 해당 OS에 대한 지침을 참조하세요. claude_desktop_config.json 파일에 다음과 같은 내용이 필요합니다.

{ "mcpServers": { "starknet": { "command": "bun", "args": ["/PATH/TO/THIS/REPO/starknet-mcp/index.ts"], "env": { "STARKNET_RPC_URL": "https://starknet-mainnet.public.blastapi.io/rpc/v0_7" } } } }

용법

Claude Desktop을 올바르게 구성하면 사용 가능한 모든 메서드에 액세스할 수 있습니다. Claude에게 체인 상태에 대한 질문을 할 수 있습니다. 예를 들어 "Starknet의 최신 블록 해시와 번호는 무엇입니까?"와 같이 질문할 수 있습니다. Claude가 질문에 답변하기 위해 MCP 메서드를 사용해야 한다고 판단하는 경우, 다음과 같이 권한을 요청합니다.

채팅에서 사용된 메서드, 해당 입력 및 출력을 직접 볼 수 있습니다.

특이한 점

starknet_estimateFeestarknet_estimateMessageFee 메서드는 아직 지원되지 않습니다.

Claude는 inputSchema 도구를 100% 따르지 않습니다. 다른 것보다 문자열 전송을 선호합니다. 코드에서 이 중 일부가 차단되어 있지만, 오류가 발생하면 이슈를 열어주세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

다양한 RPC 메서드를 공개하여 MCP를 통해 Starknet 블록체인과의 상호작용을 용이하게 하고, 사용자가 자연어 쿼리를 사용하여 체인 상태, 거래 세부 정보 및 블록 정보를 쿼리할 수 있도록 합니다.

  1. 설치
    1. 용법
      1. 특이한 점

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          This MCP server provides connection to Starrocks allows you to explore this query engine with minimum effort.
          Last updated -
          1
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          Interact with the NEAR blockchain through MCP calls
          Last updated -
          20
          37
          20
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
          Last updated -
          4
          552
          2
          TypeScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          An MCP server that fetches on-chain blockchain data via the Ankr API, allowing LLMs to retrieve token balances for wallet addresses on specific networks.
          Last updated -
          1
          559
          1
          TypeScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/milancermak/starknet-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server