Skip to main content
Glama
457,281 tools. Updated 2026-08-14 11:39

"Stellar" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    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.
    1,012
    Apache 2.0
  • A
    license
    -
    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.
    23
    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 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.
    Connector
  • 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.
    Connector
  • 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.
    Connector
  • Discover on-chain Stellar agents using natural language queries. Get ranked results with capability and reputation signals.
    MIT
  • Resolve any agent reference (id, handle, or owner address) to canonical identifiers: numeric id, stellar address, and CAIP-2 network.
    MIT
  • Create a trustline for a non-native Stellar credit asset to enable an account to hold and transact it, returning the transaction hash.
    MIT
  • Generate a concise 3-5 sentence summary of a webpage or raw text using an LLM. Ideal for agents needing a quick, information-dense digest without running their own fetch or summarization.
    MIT