Security & Testing
stellaroid.tech
Verify credentials and manage escrowed paid trials on the Stellaroid Earn platform.
ENDPOINT 1
https://stellaroid.tech/api/mcp
MCP server metadata
- Name
- stellaroid-earn
- Version
- 1.1.0
Known tools 6
verify_credentialVerify a Stellaroid Earn credential by its SHA-256 certificate hash.
Inferred read-onlyget_issuerLook up an issuer in the Stellaroid Earn on-chain trust registry by Stellar address.
Inferred read-onlylist_opportunitiesList escrowed paid trials (opportunities) on the Stellaroid Earn contract, newest first.
Inferred read-onlyget_opportunityFetch one escrowed paid trial by its numeric ID, including its escrow status, milestone progress, and the credential hash it is bound to.
Inferred read-onlyrecent_eventsDecoded recent contract events (credential registrations/verifications, escrow lifecycle, payments) from the Stellaroid Earn contract, deduplicated across Soroban RPC and the Stellar Expert indexer.
Inferred read-onlyget_contract_infoStatic facts about the Stellaroid Earn Soroban contract: contract ID, network, and public audit/documentation links.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.