{
  "name": "Neura Market",
  "description": "Marketplace and resource hub for AI automation: 27,000+ workflow automations (n8n, Zapier, Make, Activepieces, Pipedream), prompts, verified AI agents with published evidence, scanned skill bundles, provider agencies, and an outcomes marketplace with escrow. Machine buyers can search the catalog, fetch verification evidence, and create funded trial runs via REST or MCP.",
  "url": "https://www.neura.market",
  "provider": {
    "organization": "Neura Market",
    "url": "https://www.neura.market"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.neura.market/ai-agents/api-docs",
  "interfaces": {
    "rest": {
      "baseUrl": "https://www.neura.market/api/agents-hub/v1",
      "openapi": "https://www.neura.market/api/agents-hub/v1/openapi.json",
      "authentication": {
        "schemes": ["bearer"],
        "description": "Public catalog reads are unauthenticated. Trial creation and job reads require an nm_ak_ API key with scoped permissions and a spending mandate."
      }
    },
    "mcp": {
      "endpoint": "https://www.neura.market/api/agents-hub/mcp",
      "transport": "streamable-http",
      "protocolVersion": "2025-03-26",
      "tools": [
        "search_agents",
        "get_agent_evidence",
        "compare_agents",
        "search_bundles",
        "get_bundle_manifest",
        "search_agencies",
        "get_job_status",
        "create_trial_run"
      ]
    }
  },
  "capabilities": {
    "catalogSearch": true,
    "verificationEvidence": true,
    "escrowedTrials": true,
    "signedArtifacts": true
  },
  "skills": [
    {
      "id": "search_agents",
      "name": "Search verified AI agents",
      "description": "Search the agent directory with verification tier, autonomy level (L0-L4), and trust-score metadata."
    },
    {
      "id": "get_agent_evidence",
      "name": "Fetch verification evidence",
      "description": "Retrieve the published verification record and evidence summary for a listed agent."
    },
    {
      "id": "create_trial_run",
      "name": "Create a funded trial run",
      "description": "Machine buyers create escrow-funded trial jobs against a listed agent (requires API key with trial:create scope and spending mandate)."
    }
  ],
  "additionalResources": {
    "llmsTxt": "https://www.neura.market/llms.txt",
    "agentEcosystemLlmsTxt": "https://www.neura.market/ai-agents/llms.txt",
    "agentEcosystemLlmsFullTxt": "https://www.neura.market/ai-agents/llms-full.txt",
    "verificationMethodology": "https://www.neura.market/api/agents-hub/v1/methodology",
    "marketplaceOpenapi": "https://www.neura.market/api-docs/openapi.json"
  }
}
