# Stellaroid Earn MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-iron-mark-stellaroid-earn
- Repository: https://github.com/Iron-Mark/Hackathon-Stellaroid_Earn
- Website: https://stellaroid.tech

## Install
- Endpoint: https://stellaroid.tech/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://stellaroid.tech/api/mcp

## Tools
- 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 Stellar testnet. Endpoint: https://stellaroid.tech/api/mcp
- 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, and website. Endpoint: https://stellaroid.tech/api/mcp
- 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 -> submitted -> released/refunded. Endpoint: https://stellaroid.tech/api/mcp
- 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. Endpoint: https://stellaroid.tech/api/mcp
- 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. Endpoint: https://stellaroid.tech/api/mcp
- get_contract_info - Static facts about the Stellaroid Earn Soroban contract: contract ID, network, and public audit/documentation links. Use this first to orient. Endpoint: https://stellaroid.tech/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Iron-Mark
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 20, 2026
- Source: https://registry.modelcontextprotocol.io
