General Tools
brickandmortar.dev
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://brickandmortar.dev/mcp
MCP server metadata
- Name
- small-business-intelligence
- Version
- 0.1.0
Known tools 11
data_source_atlasGiven a real question about a local market or a specific property, returns a source-first RESEARCH PLAN: which public record actually settles the question, how to reach it directly (county parcel GIS, Census CBP/ACS/permits, BLS series, state registries, licences, inspections), what the answer will be worth, and what the public record cannot answer at all.
Inferred read-onlytwin_cities_datasetsLists the public-records datasets Brick & Mortar publishes for the seven-county Minneapolis-St.
Inferred read-onlybusiness_teardownFull structured teardown of ONE named small business: digital presence, review signal, competitive position, pricing posture, visibility gaps, and prioritized, evidence-cited recommendations.
Inferred read-onlycompetitor_landscapeMaps the local competitive set for a category + metro: true competitors vs.
Inferred read-onlyreview_intelligenceMines public reviews for signal: a complaint taxonomy, theme extraction, sentiment trajectory over time, the differentiators customers actually cite, and red flags for a buyer.
Inferred read-onlylocal_visibility_auditAudits a business's local search presence: map-pack factors, listing consistency, category selection, site fundamentals — what to check, and in what order — returned as a scored checklist.
Inferred read-onlypricing_benchmarkBuilds a defensible local pricing comparison within a category: how to normalize across differing service bundles, and what to do when competitors don't publish prices at all.
Potential side effectsbroker_diligence_prepPre-diligence framework for a business broker or buyer evaluating a target: SDE framing (why the discretionary-earnings figure, not net income or raw EBITDA, is the relevant number, and what typically gets added back), a category multiple range the model must research fresh and date-stamp (never a hardcoded table), a public-signal red-flag checklist run before any financials are shared, and a prioritized seller-question list built from the specific gaps the research actually surfaces.
Inferred read-onlymarket_opportunity_scanGap analysis for a category x metro: detects underserved demand, oversaturation, and genuine whitespace using only public signals — for someone deciding whether/where to open, expand, or invest.
Inferred read-onlycompose_reportAssembles the outputs of any prior Small Business Intelligence tool calls into one polished, client-ready report: section order, executive-summary rules, evidence-citation standards, and tone guidance matched to the audience.
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.small-business-intelligence]
url = "https://brickandmortar.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"small-business-intelligence": {
"type": "http",
"url": "https://brickandmortar.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: small-business-intelligence
Remote MCP URL: https://brickandmortar.dev/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": {
"small-business-intelligence": {
"url": "https://brickandmortar.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"small-business-intelligence": {
"type": "http",
"url": "https://brickandmortar.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "small-business-intelligence",
"transport": "streamable-http",
"url": "https://brickandmortar.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.