Marketing
bouncingbean.uk
Helps qualify leads and share service information for a business studio.
ENDPOINT 1
https://bouncingbean.uk/api/mcp
MCP server metadata
- Name
- bridge-bouncingbean
- Version
- 0.1.0
Bridge is the intake and triage tool for Bouncing Bean. Use `list_services` to see what they offer, `triage` to match a described project to the right service and starting price, and `submit_lead` to hand a qualified enquiry to the team. Quote only the prices these tools return — they are starting points, never firm quotes. The goal is always to route the enquiry to a human follow-up, not to scope or price the whole job yourself.
Known tools 3
list_servicesList the services this studio offers, with starting prices and notes.
Inferred read-onlyCONNECT 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.bridge-bouncingbean]
url = "https://bouncingbean.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bridge-bouncingbean": {
"type": "http",
"url": "https://bouncingbean.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bridge-bouncingbean
Remote MCP URL: https://bouncingbean.uk/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": {
"bridge-bouncingbean": {
"url": "https://bouncingbean.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bridge-bouncingbean": {
"type": "http",
"url": "https://bouncingbean.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bridge-bouncingbean",
"transport": "streamable-http",
"url": "https://bouncingbean.uk/api/mcp"
}
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 bouncingbean.uk was fetched 2026-07-31T04:47:23.917Z and is being refreshed.
bouncingbean.uk is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.