Skip to main content
Glama
520,260 tools. Updated 2026-09-06 09:34

"Stellar" matching MCP tools:

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a persistent memory layer for Stellar and Soroban projects, scanning repositories to create a knowledge graph of contracts, storage, and on-chain state. Exposes this memory to AI agents via MCP, enabling project overview, search, and context recovery.
    17
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables interaction with Stellar Classic and Soroban smart contracts, allowing users to manage accounts, process payments, and handle asset operations. It provides comprehensive tools for building, deploying, and retrieving the interfaces of smart contracts on the Stellar network.
    15
    18
    MIT

Matching MCP Connectors

  • The OpenZeppelin Stellar Contracts MCP server generates secure smart contracts for the Stellar blockchain based on OpenZeppelin templates. It integrates with AI assistants to automatically enforce OpenZeppelin's security best practices, style rules, and standards at every prompt, enabling developers to create production-ready Fungible Token, Non-Fungible Token, and Stablecoin contracts through AI-driven workflows.

  • Read-only MCP server: verify credentials and browse escrows on the Stellar testnet contract.

  • Make a fungible token per the Fungible Token Standard, compatible with SEP-41, similar to ERC-20. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
    ConnectorNo auth
  • Make a stablecoin that uses Fungible Token Standard, compatible with SEP-41. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
    ConnectorNo auth
  • Make a smart account contract that authorizes operations through configurable signers and policies, for example a multisig with passkey, Ed25519 and delegated signers. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
    ConnectorNo auth
  • Make a governor contract for on-chain governance using token-based voting. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
    ConnectorNo auth
  • Make a non-fungible token per the Non-Fungible Token Standard, compatible with SEP-50, similar to ERC-721. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
    ConnectorNo auth
  • Discover on-chain Stellar agents using natural language queries. Get ranked results with capability and reputation signals.
    MIT
  • Fund any Stellar testnet account with 10,000 testnet XLM using Friendbot. Provide a public key to receive free testnet funds for building and testing Stellar applications.
    MIT
  • Create a trustline for a non-native Stellar asset by specifying account, asset code, and issuer, then receive the transaction hash.
    MIT
  • Decode base64-encoded Stellar transaction XDR to inspect operations and parameters in readable JSON format.
    MIT
  • Resolve any agent reference (id, handle, or owner address) to canonical identifiers: numeric id, stellar address, and CAIP-2 network.
    MIT
  • Retrieve paginated transaction history for a Stellar account by public key. Set cursor and limit to page through records, and optionally include operation details.
    MIT