All MCP servers

Mcp Server

Official
by Api.AirforceStreamable HTTPAI & LLM Tools0119MIT

Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

mcpopen-sourceai-llm-tools

Endpoint

POST https://mcp.apple-rag.com

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-server-impee018": {
      "url": "https://mcp.apple-rag.com",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}