Skip to main content
Erayaha Logo
Developer & MCP Integration Hub

Developer Portal & MCP Hub.

Connect Claude, ChatGPT, Cursor, and automated workflow pipelines directly to Erayaha's automated contract review and risk detection tools.

01·Model Context Protocol

Streamable HTTP MCP Server

Erayaha implements an official Model Context Protocol (MCP) server using the Streamable HTTP transport standard. Connect your local Claude Desktop, Cursor, or cloud agent runtime in seconds.

// Add to your mcp_config.json
{
  "mcpServers": {
    "erayaha": {
      "url": "https://erayaha.ai/mcp"
    }
  }
}
02·REST Quickstart

Scanning Your First Contract

// cURL Request
curl -X POST https://erayaha.ai/api/v1/scan \
  -H "Content-Type: application/json" \
  -d '{
    "contractText": "In the event of a breach, Provider shall indemnify Customer for all consequential, punitive, and incidental damages without limitation.",
    "documentType": "MSA",
    "jurisdiction": "US-Delaware"
  }'
03·Agent Discovery

Well-Known Discovery Catalogs

Agent Skills Index (v0.2.0)

Standardized agent skill metadata with verified SHA-256 digests.

/.well-known/agent-skills/index.json
AI & API Catalog (RFC 9727)

Unified machine discovery for autonomous agents and tools.

/.well-known/ai-catalog.json