General Tools
rmbco.uk
Provides access to RMB&Co.'s business information including services, FAQs, news articles, and LinkedIn updates.
ENDPOINT 1
https://rmbco.uk/mcp
MCP server metadata
- Name
- rmbco-mcp
- Version
- 0.1.0
Public MCP server for RMB&Co. (rmbco.uk), an independent business services management and commercial management organisation for UK businesses, providing procurement, ongoing supplier oversight and contract governance. Read-only tools: `list_services` returns the service areas (business energy/gas and electricity, waste and recycling, commercial insurance, core utilities and commercial operations, facilities and property, property compliance and risk, sustainability and energy efficiency) with page URLs; `list_faqs` returns published questions and answers about what RMB&Co. does, remuneration, contract reviews, multi-site and UK coverage; `list_news_articles` returns published news and insight articles with URLs; `list_linkedin_updates` returns recent LinkedIn posts (last 30 days).
Known tools 4
list_faqsList RMB&Co.'s frequently asked questions and published answers: what the business does, how it is paid, contract reviews, multi-site coverage, UK coverage, consultations and how to get in touch.
Inferred read-onlylist_linkedin_updatesList RMB&Co.'s LinkedIn posts from the last 30 days (public feed).
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.rmbco-mcp]
url = "https://rmbco.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rmbco-mcp": {
"type": "http",
"url": "https://rmbco.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rmbco-mcp
Remote MCP URL: https://rmbco.uk/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": {
"rmbco-mcp": {
"url": "https://rmbco.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rmbco-mcp": {
"type": "http",
"url": "https://rmbco.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rmbco-mcp",
"transport": "streamable-http",
"url": "https://rmbco.uk/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 rmbco.uk was fetched 2026-08-29T19:01:09.470Z.
rmbco.uk is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.