← stellaroid.tech
INDIVIDUAL MCP TOOL
verify_credential
Verify a Stellaroid Earn credential by its SHA-256 certificate hash.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.stellaroid-earn]
url = "https://stellaroid.tech/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stellaroid-earn": {
"type": "http",
"url": "https://stellaroid.tech/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stellaroid-earn
Remote MCP URL: https://stellaroid.tech/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"stellaroid-earn": {
"url": "https://stellaroid.tech/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stellaroid-earn": {
"type": "http",
"url": "https://stellaroid.tech/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stellaroid-earn",
"transport": "streamable-http",
"url": "https://stellaroid.tech/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_issuer— Look up an issuer in the Stellaroid Earn on-chain trust registry by Stellar address.list_opportunities— List escrowed paid trials (opportunities) on the Stellaroid Earn contract, newest first.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.