Skip to main content
Glama

Server Details

Privacy-preserving agent settlement for prediction markets via blind signatures.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
craigmbrown/blindoracle-docs
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
check_balanceInspect

Check agent account balance across payment rails

ParametersJSON Schema
NameRequiredDescriptionDefault
railNoPayment rail to check
create_forecastInspect

Create a new prediction market forecast with SHA256 commitment scheme

ParametersJSON Schema
NameRequiredDescriptionDefault
deadlineYesISO 8601 deadline
questionYesThe forecast question
initial_liquidityNoInitial liquidity in units
health_checkInspect

Check BlindOracle service health and API status

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

mint_badgeInspect

Mint a NIP-58 badge (ProofOfDelegation, ProofOfCompute, etc.)

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNoAdditional badge metadata
recipientYesRecipient agent pubkey or identifier
badge_typeYesBadge kind to mint
resolve_marketInspect

Resolve a forecast market using CRE consensus workflow

ParametersJSON Schema
NameRequiredDescriptionDefault
market_idYesMarket to resolve
submit_positionInspect

Submit a private position to an existing forecast market

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in units
positionYesPosition direction
market_idYesMarket identifier
verify_identityInspect

Verify agent identity and mint NIP-58 credential badge

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent identifier to verify
proof_typeNoType of proof to mint

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.