- AI
- MCP
MCP Server Registry
Machine-readable documentation for AI agents.
Connect Claude Code, build integrations, automate workflows.
How to connect
Add Host UK to Claude Code or any MCP-compatible assistant.
Claude Code configuration
Add to your claude_desktop_config.json
{
"mcpServers": {
"hosthub": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-remote", "https://mcp.host.uk.com"],
"env": {
"API_KEY": "your-workspace-api-key"
}
}
}
}
Where to find your API key
Go to Hub Settings → API Keys to generate a workspace API key.
Available servers
Each Host UK service has its own MCP server with dedicated tools.
Available tools
social_accounts_list
"What social accounts are connected to my workspace?"
social_post_create
"Schedule a post to Twitter and LinkedIn for tomorrow at 9am"
social_post_list
"Show me my scheduled posts for this week"
social_analytics
"How did last week's posts perform?"
Access by plan
Available tools
bio_page_get
"Show me my bio page content"
bio_page_update
"Add a new link to my bio page for my latest podcast episode"
bio_links_reorder
"Move my YouTube link to the top of my bio page"
bio_analytics
"Which links got the most clicks this month?"
Access by plan
AnalyticsHost
Privacy-first website analytics
Available tools
analytics_overview
"How many visitors did my site get this week?"
analytics_pages
"What are my most popular pages?"
analytics_sources
"Where is my traffic coming from?"
analytics_events
"How many people clicked the signup button?"
Access by plan
TrustHost
Social proof notifications and widgets
Available tools
trust_notifications_list
"Show me my active social proof campaigns"
trust_notification_create
"Create a notification showing recent purchases"
trust_analytics
"How are my social proof widgets performing?"
Access by plan
NotifyHost
Web push notifications
Available tools
push_subscribers
"How many push subscribers do I have?"
push_send
"Send a push notification about my new blog post"
push_campaigns
"Show me my recent push notification campaigns"
Access by plan
Commerce
Subscriptions and billing management
Available tools
subscription_status
"What's my current subscription plan?"
usage_summary
"How much of my plan limits have I used?"
invoices_list
"Show me my recent invoices"
Access by plan
Agents respect your plan limits
Every MCP tool checks your workspace entitlements before executing. Agents can't exceed your limits or access features you haven't paid for.
- Automatic limit checking on every request
- Clear error messages when limits are reached
- Usage tracking per workspace
- Upgrade suggestions when appropriate
{
"success": false,
"error": {
"code": "LIMIT_REACHED",
"message": "Social account limit reached",
"current": 5,
"limit": 5,
"upgrade_url": "/pricing"
}
}
Full MCP registry
For complete tool schemas, authentication details, and real-time availability, visit the MCP portal.