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
Available Tools
7 toolscheck_balanceInspect
Check agent account balance across payment rails
| Name | Required | Description | Default |
|---|---|---|---|
| rail | No | Payment rail to check |
create_forecastInspect
Create a new prediction market forecast with SHA256 commitment scheme
| Name | Required | Description | Default |
|---|---|---|---|
| deadline | Yes | ISO 8601 deadline | |
| question | Yes | The forecast question | |
| initial_liquidity | No | Initial liquidity in units |
health_checkInspect
Check BlindOracle service health and API status
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
mint_badgeInspect
Mint a NIP-58 badge (ProofOfDelegation, ProofOfCompute, etc.)
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Additional badge metadata | |
| recipient | Yes | Recipient agent pubkey or identifier | |
| badge_type | Yes | Badge kind to mint |
resolve_marketInspect
Resolve a forecast market using CRE consensus workflow
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market to resolve |
submit_positionInspect
Submit a private position to an existing forecast market
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in units | |
| position | Yes | Position direction | |
| market_id | Yes | Market identifier |
verify_identityInspect
Verify agent identity and mint NIP-58 credential badge
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier to verify | |
| proof_type | No | Type 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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.