Skip to main content
Glama
262,002 tools. Last updated 2026-07-05 16:07

"namespace:io.github.Ipayx-stellar" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    F
    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.
    Last updated
    7
    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.

  • GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

  • Search NASA ADS for astronomy and astrophysics papers using natural language or field-specific queries to find relevant research with publication details and citation metrics.
    MIT
  • Decode a base64 XDR value and determine which Stellar XDR type successfully decodes it. Returns a single matching type.
    MIT
  • Encode JSON into base64 XDR for any Stellar type using the type's JSON schema, enabling roundtrip with decode and schema tools.
    MIT
  • List supported Stellar XDR type names for encoding, decoding, or schema generation. Optionally filter by prefix.
    MIT
  • Execute a Stellar payment, sending a specified asset and amount from one account to another, and retrieve the transaction hash.
    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
  • Upload a compiled WASM file and deploy a Soroban smart contract instance on Stellar, returning the contract ID and transaction hashes.
    MIT
  • Perform SEP-10 authentication flow: sign the challenge with your Stellar public key and receive a JWT token.
    MIT