aiendpoint.dev
Docs

Changelog

Release history for the AIEndpoint MCP server and registry.

MCP Server 0.3.0 2026-03-21

New tools

  • aiendpoint_discover — Auto-discover /ai spec for any website via 3-step fallback:
    1. Direct /ai endpoint fetch
    2. Community registry cache lookup
    3. Site metadata collection for agent-side spec generation
  • aiendpoint_submit_community_spec — Submit agent-generated /ai specs to the community registry so future agents benefit from cached results

Registry API

  • GET /api/community/:url — Lookup community-generated specs
  • POST /api/community — Submit specs with confidence scoring, rate limiting (10/hr), and TTL-based expiration

MCP Server 0.2.0 2026-03-17

Initial public release.

  • aiendpoint_search_services — Search the registry by keyword, category, auth type
  • aiendpoint_fetch_ai_spec — Fetch /ai spec directly from any URL
  • aiendpoint_validate_service — Validate /ai compliance with 0–100 scoring
  • stdio transport for Claude Desktop, Cursor, Claude Code