Data Collection
bomforge.com
Searches and retrieves manufacturer information from a parts index.
ENDPOINT 1
https://bomforge.com/mcp/public
MCP server metadata
- Name
- bomforge-public
- Version
- 1.2.0
BOMForge Manufacturing Knowledge Graph. Public read-only access to US-and-global manufacturer profiles with capabilities, certifications, materials, and locations. Three surfaces are available: tools (call tools/list to discover all eight), resources (browse manufacturers as bomforge://manufacturer/{slug} URIs and the ontology vocabulary at bomforge://ontology), and prompts (slash-command templates like find-suppliers, compare-suppliers, source-bom-line). Each tool result includes a dereferenceable linked-data IRI you can fetch with Accept: application/ld+json. See https://bomforge.com/ontology.jsonld for the vocabulary and https://bomforge.com/docs/api/mcp for usage examples. Data accuracy: profiles are indexed from public sources and AI-enriched. Capability and certification fields are extracted, not auditor-verified. Export-control flags (ITAR, EAR, CMMC, AS9100) are inferred and NOT authoritative. Always verify at the legal-of-record source named in each response's `_disclaimer.verification_sources` map (DDTC for ITAR, BIS for EAR, SAM.gov for entity records, IAQG OASIS for AS9100, CMMC-AB for CMMC) before transmitting controlled data, awarding a contract, or filing a regulatory document. Full policy at https://bomforge.com/data-accuracy. Machine-readable AI policy at https://bomforge.com/.well-known/ai-policy.
Known tools 8
listCapabilitiesEnumerate distinct capability values in the manufacturer index, ordered by frequency.
Inferred read-onlylistCertificationsEnumerate distinct certification values in the manufacturer index, ordered by frequency.
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.bomforge-public]
url = "https://bomforge.com/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bomforge-public": {
"type": "http",
"url": "https://bomforge.com/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bomforge-public
Remote MCP URL: https://bomforge.com/mcp/public
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": {
"bomforge-public": {
"url": "https://bomforge.com/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bomforge-public": {
"type": "http",
"url": "https://bomforge.com/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bomforge-public",
"transport": "streamable-http",
"url": "https://bomforge.com/mcp/public"
}
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 bomforge.com was fetched 2026-07-30T03:46:45.072Z and is being refreshed.
bomforge.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.