← bomforge.com
INDIVIDUAL MCP TOOL
findByCertification
List manufacturers that hold a specific certification.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-com]
url = "https://bomforge.com/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bomforge-com": {
"type": "http",
"url": "https://bomforge.com/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bomforge-com
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-com": {
"url": "https://bomforge.com/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bomforge-com": {
"type": "http",
"url": "https://bomforge.com/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bomforge-com",
"transport": "streamable-http",
"url": "https://bomforge.com/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
searchManufacturers— Search the BOMForge manufacturer index.getManufacturer— Look up a single manufacturer by slug, ID, or IRI.findByCapability— List manufacturers that offer a specific capability.listCapabilities— Enumerate distinct capability values in the manufacturer index, ordered by frequency.listCertifications— Enumerate distinct certification values in the manufacturer index, ordered by frequency.getSimilarManufacturers— Find manufacturers similar to a seed.getOntology— Return the BOMForge Manufacturing Ontology v1.0 as JSON-LD.