← Registry

AI & Machine Learning

mcpbundles.com

Connects AI assistants to external tools via the Model Context Protocol.

17 endpoints0 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.mcpbundles.com/bundle/agent-interviews

No auth detected

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/agent-interviews"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/agent-interviews"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/agent-interviews

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/agent-interviews"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/agent-interviews"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/agent-interviews"
}
MCP Inspector

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

ENDPOINT 2

https://mcp.mcpbundles.com/hub

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/hub"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/hub",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/hub

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/hub",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/hub",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/hub",
  "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 3

https://mcp.mcpbundles.com/bundle/remote-browser

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/remote-browser"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/remote-browser",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/remote-browser

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/remote-browser",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/remote-browser",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/remote-browser",
  "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://mcp.mcpbundles.com/bundle/uk-air-quality

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-air-quality"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-air-quality",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-air-quality

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-air-quality",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-air-quality",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-air-quality",
  "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://mcp.mcpbundles.com/bundle/uk-case-law

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-case-law"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-case-law",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-case-law

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-case-law",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-case-law",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-case-law",
  "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 6

https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary",
  "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 7

https://mcp.mcpbundles.com/bundle/uk-constituencies

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-constituencies"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-constituencies",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-constituencies

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-constituencies",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-constituencies",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-constituencies",
  "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 8

https://mcp.mcpbundles.com/bundle/uk-court-finder

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-court-finder"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-court-finder",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-court-finder

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-court-finder",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-court-finder",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-court-finder",
  "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 9

https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence",
  "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 10

https://mcp.mcpbundles.com/bundle/uk-hansard

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-hansard"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-hansard",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-hansard

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-hansard",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-hansard",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-hansard",
  "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 11

https://mcp.mcpbundles.com/bundle/uk-legislation

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-legislation"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-legislation",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-legislation

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-legislation",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-legislation",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-legislation",
  "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 12

https://mcp.mcpbundles.com/bundle/uk-parliament

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-parliament"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-parliament",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-parliament

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-parliament",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-parliament",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-parliament",
  "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 13

https://mcp.mcpbundles.com/bundle/uk-petitions

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-petitions"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-petitions",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-petitions

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-petitions",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-petitions",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-petitions",
  "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 14

https://mcp.mcpbundles.com/bundle/uk-planning

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-planning"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-planning",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-planning

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-planning",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-planning",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-planning",
  "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 15

https://mcp.mcpbundles.com/bundle/uk-police

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-police"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-police",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-police

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-police",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-police",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-police",
  "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 16

https://mcp.mcpbundles.com/bundle/uk-property-business

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-property-business"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-property-business",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-property-business

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-property-business",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-property-business",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-property-business",
  "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 17

https://mcp.mcpbundles.com/bundle/uk-public-services-health

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.mcpbundles-com]
url = "https://mcp.mcpbundles.com/bundle/uk-public-services-health"
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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-public-services-health",
      "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: mcpbundles-com
Remote MCP URL: https://mcp.mcpbundles.com/bundle/uk-public-services-health

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": {
    "mcpbundles-com": {
      "url": "https://mcp.mcpbundles.com/bundle/uk-public-services-health",
      "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": {
    "mcpbundles-com": {
      "type": "http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-public-services-health",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "mcpbundles-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "mcpbundles-com",
  "transport": "streamable-http",
  "url": "https://mcp.mcpbundles.com/bundle/uk-public-services-health",
  "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 mcpbundles.com was fetched 2026-08-23T20:03:40.090Z.

Trust status Trusted

mcpbundles.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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