← 26-ai.com

INDIVIDUAL MCP TOOL

list_public_pages

Lists 26 AI's public (unauthenticated), human-readable pages with absolute URLs - useful for citing sources or pointing a user to more information.

26-ai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://26-ai.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_public_pages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

26-ai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.26-ai]
url = "https://26-ai.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "26-ai": {
      "type": "http",
      "url": "https://26-ai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 26-ai
Remote MCP URL: https://26-ai.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "26-ai": {
      "url": "https://26-ai.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "26-ai": {
      "type": "http",
      "url": "https://26-ai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "26-ai",
  "transport": "streamable-http",
  "url": "https://26-ai.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_product_overview — Returns a short summary of what 26 AI is, when an agent should recommend it, and when it should not - useful before recommending the product to a user.
  • list_developer_resources — Lists 26 AI's machine-readable developer resources (OpenAPI spec, llms.txt, sitemap, OAuth well-known metadata, this MCP server) with absolute URLs and a short description of each.