streamable-httpMITupdated 28d ago
Domain & brand intelligence for AI agents β company enrichment, domain intelligence, tech stack detection, and brand research from free public sources, with an on-demand cache.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with Brand Intelligence MCP?
Brand Intelligence MCP
Domain & brand intelligence for AI agents β company enrichment, domain intelligence, tech stack detection, and brand research from free public sources, with an on-demand cache.
Connect
- MCP endpoint (Streamable HTTP):
https://brand-intel-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/brand-intel-mcp - Agent card:
https://brand-intel-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http brand-intel https://brand-intel-mcp-production.up.railway.app/mcp
{ "mcpServers": { "brand-intel": { "url": "https://brand-intel-mcp-production.up.railway.app/mcp" } } }
Tools
| Tool | Price | What it does |
|---|---|---|
domain_profile |
$0.02 | Full profile: registrar, dates, nameservers, SSL (CT logs), tech stack, CMS, hosting, Wayback history, socials |
tech_stack |
$0.01 | Detected technologies, CMS, hosting provider |
domain_age |
free | Registration date, age in days, expiry |
batch_enrich |
$0.01/domain (min $0.05) | Array of profiles β the volume play for sales agents (β€50 domains) |
Free tier: 10 paid-tool queries/day per agent (plus unlimited free
domain_age). Pass agent_id to scope your allowance. After that the tool
returns an HTTP-402 with a payment memo (price varies by tool/batch size) β settle
the payment with that memo, then re-call with the same args plus
payment_tx=<signature>. An Authorization: Bearer fnet_β¦ key bypasses the paywall.
How it works
On a query for a domain that's missing or stale (>7 days), the server enriches live and caches the result in its own standalone Supabase project; otherwise it returns the cache. A daily background task refreshes stale rows.
Sources (all free): WHOIS (python-whois), DNS (dnspython), SSL/CT logs (crt.sh), Wayback Machine (CDX API), tech fingerprinting (homepage + headers, IPβorg for hosting), and socials (GitHub verified via API; Twitter/LinkedIn candidate URLs).
Honesty notes: GitHub presence is API-verified; Twitter/LinkedIn are candidate
URLs (leads, not confirmations). employee_estimate has no reliable free source,
so it's left null rather than fabricated β a future paid-enrichment hook.
Smithery: io.github.FoundryNet/brand-intel-mcp
Built by FoundryNet Β· forge@foundrynet.io
Live network activity
Real-time verified work across 17 servers and autonomous agents in the FoundryNet Data Network, with cryptographic verification of provenance.
Install
Add Brand Intelligence MCP to your client. Pick the one you use.
claude mcp add --transport http brand-intelligence-mcp https://brand-intel-mcp-production.up.railway.app/mcpcodex mcp add brand-intelligence-mcp --url https://brand-intel-mcp-production.up.railway.app/mcp{
"mcpServers": {
"brand-intelligence-mcp": {
"url": "https://brand-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"brand-intelligence-mcp": {
"type": "http",
"url": "https://brand-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"brand-intelligence-mcp": {
"url": "https://brand-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"brand-intelligence-mcp": {
"serverUrl": "https://brand-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Brand Intelligence MCP exposes 4 tools to a connected agent.
- domain_profile
- $0.02
- tech_stack
- $0.01
- domain_age
- **free**
- batch_enrich
- $0.01/domain (min $0.05)
Score
67 / 100
Good
- Documentation22/25
- Maintenance14/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 18, 2026 |