All MCP servers

PageIndex MCP

Official
by Api.AirforcestdioAI & LLM Tools0356MIT

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

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

{
  "mcpServers": {
    "pageindex-mcp-impa11e1": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}