← Registry

API Tools

tyxter.com

Provides programmatic access to Tyxter's documentation and OpenAPI specification.

5 endpoints8 known toolsFirst detected June 30, 2026Last detected September 19, 2026

ENDPOINT 1

https://tyxter.com/docs/mcp

No auth detected

MCP server metadata

Name
tyxter-docs
Version
0.3.0
Capabilities
tools.listChangedresources.listChanged

Known tools 4

list_docs

List available Tyxter documentation pages.

Inferred read-only
search_docs

Search Tyxter documentation by title, description, keyword, and Markdown body.

Inferred read-only
fetch_doc

Fetch one Tyxter documentation page as Markdown by route or AI-doc slug.

Inferred read-only
fetch_openapi

Fetch the public Tyxter OpenAPI 3.1 document.

Inferred read-only

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.tyxter-docs]
url = "https://tyxter.com/docs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tyxter-docs": {
      "type": "http",
      "url": "https://tyxter.com/docs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tyxter-docs
Remote MCP URL: https://tyxter.com/docs/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": {
    "tyxter-docs": {
      "url": "https://tyxter.com/docs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tyxter-docs",
  "transport": "streamable-http",
  "url": "https://tyxter.com/docs/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://tyxter.com/mcp

No auth detected

MCP server metadata

Name
tyxter-docs
Version
0.3.0
Capabilities
tools.listChangedresources.listChanged

Known tools 4

list_docs

List available Tyxter documentation pages.

Inferred read-only
search_docs

Search Tyxter documentation by title, description, keyword, and Markdown body.

Inferred read-only
fetch_doc

Fetch one Tyxter documentation page as Markdown by route or AI-doc slug.

Inferred read-only
fetch_openapi

Fetch the public Tyxter OpenAPI 3.1 document.

Inferred read-only

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.tyxter-docs]
url = "https://tyxter.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tyxter-docs": {
      "type": "http",
      "url": "https://tyxter.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tyxter-docs
Remote MCP URL: https://tyxter.com/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": {
    "tyxter-docs": {
      "url": "https://tyxter.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tyxter-docs",
  "transport": "streamable-http",
  "url": "https://tyxter.com/mcp"
}
MCP Inspector

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

ENDPOINT 3

https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.tyxter-com]
url = "https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "tyxter-com": {
      "type": "http",
      "url": "https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: tyxter-com
Remote MCP URL: https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tyxter-com": {
      "url": "https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "tyxter-com": {
      "type": "http",
      "url": "https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "tyxter-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "tyxter-com",
  "transport": "streamable-http",
  "url": "https://api.tyxter.com/mcp/p/%7Bproject-slug%7D/%7Benvironment%7D",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 4

https://api.tyxter.com/mcp/p/default/production

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.tyxter-com]
url = "https://api.tyxter.com/mcp/p/default/production"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "tyxter-com": {
      "type": "http",
      "url": "https://api.tyxter.com/mcp/p/default/production",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: tyxter-com
Remote MCP URL: https://api.tyxter.com/mcp/p/default/production

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tyxter-com": {
      "url": "https://api.tyxter.com/mcp/p/default/production",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "tyxter-com": {
      "type": "http",
      "url": "https://api.tyxter.com/mcp/p/default/production",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "tyxter-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "tyxter-com",
  "transport": "streamable-http",
  "url": "https://api.tyxter.com/mcp/p/default/production",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 5

https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.tyxter-com]
url = "https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "tyxter-com": {
      "type": "http",
      "url": "https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: tyxter-com
Remote MCP URL: https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tyxter-com": {
      "url": "https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "tyxter-com": {
      "type": "http",
      "url": "https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "tyxter-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "tyxter-com",
  "transport": "streamable-http",
  "url": "https://api.tyxter.com/mcp/p/%7Bproject%7D/%7Benvironment%7D",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for tyxter.com was fetched 2026-07-28T04:54:02.871Z and is being refreshed.

Trust status Trusted

tyxter.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.