stellar-mcp

Solid

MCP (Model Context Protocol) tools for Stellar development. Gives Claude direct access to the Stellar blockchain, filesystem, GitHub, and Playwright through configured MCP servers. Use when querying chain data, deploying contracts, managing repos, or running e2e tests from within the agent.

AI & Automation 18 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stellar MCP Tools Claude has direct access to the Stellar blockchain, filesystem, and GitHub through MCP servers configured in `.mcp.json`. ## Available MCP Servers ### `stellar-rpc` Direct blockchain queries without leaving the conversation. ``` Tools available: - get_account(address) → account balance, sequence, signers - get_contract_data(id, key) → contract storage entry - simulate_transaction(xdr) → simulate before submitting - send_transaction(xdr) → submit signed transaction - get_events(contractId) → query contract events - get_ledger_entries(keys) → raw ledger entries ``` **Use for:** - Checking account balances during development - Verifying contract state after deployment - Debugging transaction failures with simulation - Querying contract events without writing frontend code ### `filesystem` Read and write project files directly. ``` Tools available: - read_file(path) → read file contents - write_file(path) → write file contents - list_directory(path) → list files in directory - search_files(pattern) → search by glob - get_file_info(path) → file metadata ``` ### `github` Manage repositories, PRs, issues, and code search. ``` Tools available: - create_or_update_file → commit changes - search_repositories → find repos - get_issue → read issue details - create_pull_request → open PRs - list_issues → browse open issues ``` ### `playwright` Run browser-based e2e tests for Stellar dApps. ``` Tools a...

Details

Author
rylsherdamz-rgb
Repository
rylsherdamz-rgb/stellar-agentic-framework
Created
3 weeks ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category