← Registry

Security & Testing

stellaroid.tech

Verify credentials and manage escrowed paid trials on the Stellaroid Earn platform.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://stellaroid.tech/api/mcp

No auth detected

MCP server metadata

Name
stellaroid-earn
Version
1.1.0
Capabilities
tools.listChanged

Known tools 6

verify_credential

Verify a Stellaroid Earn credential by its SHA-256 certificate hash.

Inferred read-only
get_issuer

Look up an issuer in the Stellaroid Earn on-chain trust registry by Stellar address.

Inferred read-only
list_opportunities

List escrowed paid trials (opportunities) on the Stellaroid Earn contract, newest first.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_contract_info

Static facts about the Stellaroid Earn Soroban contract: contract ID, network, and public audit/documentation links.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.