Enables automated micro-payment processing in USDC on the Base network for per-request billing, verified on-chain via Coinbase.
Powers web search functionality to provide AI agents with current information and structured search results.
Supports flat-rate monthly subscription payment processing to monetise access to the server's suite of tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UK Intelligence MCP AgentLook up the current status of Revolut on Companies House"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UK Intelligence MCP Agent
6 high-demand tools. Deploys in 90 minutes. Earns USDC while you sleep.
Tools
Tool | What it does | Why it's wanted |
| Live UK company lookup by name or number | Every lawyer, accountant, investor needs this |
| Fetch any URL → clean text/markdown/summary | #2 most-wanted MCP capability |
| CSS selector targeting on any page | Structured data extraction without code |
| DuckDuckGo search → structured results | Agents need current info beyond training data |
| URL → title + headings + key paragraphs | Most token-efficient page understanding |
| JSON ↔ CSV ↔ YAML ↔ TOML ↔ XML | Everyday data plumbing |
Context window design
Every response is hard-capped to stay lean:
Text responses: 2,000 chars max
Scrape responses: 3,000 chars max
Tool descriptions: under 150 chars each
Scripts, nav, footer, ads stripped before returning content
This means agents using this MCP server don't burn their context window on noise.
Deploy (90 minutes, £4/month)
1. Get your Base wallet (20 mins)
Go to coinbase.com → create account → verify identity
Assets → USDC → Receive → Base network → copy address
2. Get Companies House API key (5 mins, free)
Go to developer.company-information.service.gov.uk/get-started
Register → create an application → copy your API key
3. Push to GitHub (10 mins)
git init && git add . && git commit -m "Deploy"
git remote add origin https://github.com/YOU/uk-intelligence.git
git push -u origin main4. Deploy on Railway (15 mins, £4/month)
railway.app → New Project → Deploy from GitHub repo
Add environment variables:
PAYMENT_WALLET= your Base wallet addressCOMPANIES_HOUSE_API_KEY= your CH keyAGENT_URL= your Railway URL (shown after first deploy)
Redeploy → live in 2 minutes
5. List on Smithery (15 mins, free)
smithery.ai → submit your MCP URL:
https://YOUR-URL.up.railway.app/mcpTitle:
UK Intelligence MCP AgentDescription:
UK company lookup, web scraping, search, and data tools. 100 requests free, then $0.001 USDC.Tags:
uk,companies-house,scraping,search,data
Also list on mcp.so — same process, free.
Add to Claude Desktop
In ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"uk-intelligence": {
"url": "https://YOUR-URL.up.railway.app/mcp"
}
}
}Then ask Claude:
"Look up Deliveroo on Companies House"
"Scrape the headlines from bbc.co.uk/news"
"Search for the latest UK interest rate decision"
"Summarise this page: https://..."
"Extract all prices from this URL using selector .price"
Monetisation
Three streams running simultaneously:
x402 micro-payments — After 100 free requests, every call costs $0.001 USDC. Verified on-chain by Coinbase's free facilitator. USDC lands in your wallet automatically.
Subscriptions — Add Stripe for a £15/month flat rate. 50 subscribers = £750/month. Zero marginal cost.
API keys — /auth/provision gives agents a persistent key.
Offer tiered plans: free (100 calls), starter (£10/mo), pro (£30/mo).
Running locally
cp .env.example .env # add your wallet and API keys
pip install -r requirements.txt
uvicorn main:app --reload
# Server at http://localhost:8000
# Docs at http://localhost:8000/docsEndpoints
Endpoint | What |
| MCP JSON-RPC — for Claude Desktop, Cursor, Windsurf |
| Google A2A discovery card |
| Free tier company lookup |
| Free tier web scrape |
| Free tier web search |
| Free tier page summary |
| Free tier CSS data extraction |
| Free tier format conversion |
| Same tools, x402 payment required |
| Get an API key |
| Usage stats |
| OpenAPI docs (auto-generated) |
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.