Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Stellaroid Earn

io.github.iron-mark/stellaroid-earn

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

Uptime
100.0%
1 direct probes · 30d
Response
952ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

verify_credential

Verify a Stellaroid Earn credential by its SHA-256 certificate hash. Returns the on-chain status (issued/verified/revoked/suspended/expired), issuer, timestamps, and public audit links. Runs on Stella…

get_issuer

Look up an issuer in the Stellaroid Earn on-chain trust registry by Stellar address. Returns approval status (pending/approved/suspended), name, category, website, and register/refresh dates when the …

list_opportunities

List escrowed paid trials (opportunities) on the Stellaroid Earn contract, newest first. Each ties an employer's escrowed XLM to a candidate's verified credential and moves draft -> funded -> submitte…

get_opportunity

Fetch one escrowed paid trial by its numeric ID, including its escrow status, milestone progress, and the credential hash it is bound to.

recent_events

Decoded recent contract events (credential registrations/verifications, escrow lifecycle, payments) from the Stellaroid Earn contract, deduplicated across Soroban RPC and the Stellar Expert indexer.

get_contract_info

Static facts about the Stellaroid Earn Soroban contract: contract ID, network, and public audit/documentation links. Use this first to orient.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "stellaroid_earn": {
      "url": "https://stellaroid.tech/api/mcp",
      "transport": "streamable-http"
    }
  }
}