← ora.ai

INDIVIDUAL MCP TOOL

discover_products

Find the most agent-ready products for a given need.

ora.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ora.ai

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.ora-ai]
url = "https://ora.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ora-ai": {
      "type": "http",
      "url": "https://ora.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ora-ai
Remote MCP URL: https://ora.ai/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": {
    "ora-ai": {
      "url": "https://ora.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ora-ai": {
      "type": "http",
      "url": "https://ora.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ora-ai",
  "transport": "streamable-http",
  "url": "https://ora.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • scan_domain — Scan a domain for agent-readiness.
  • get_score — Get the cached agent-readiness score for a domain.
  • get_leaderboard — Get the ora leaderboard - ranked list of domains by agent-readiness score.
  • search_capabilities — Search pay-per-call API capabilities agents can invoke with x402/MPP stablecoin payments - no API key or signup.
  • get_verification_challenge — Get a verification challenge to prove you are an AI agent before submitting feedback.
  • submit_feedback — Submit agent feedback for a product.
  • submit_check_feedback — Report an issue with a specific check result for a domain.
  • get_feedback — Get agent feedback for a product.