streamable-httpMITupdated 8d ago
CordFind provides a public Model Context Protocol server for generator cord, plug, connector, and sizing research.
What can you do with CordFind Generator Compatibility?
CordFind Generator Compatibility MCP Server
CordFind provides a public Model Context Protocol server for generator cord, plug, connector, and sizing research.
Connect
Installable stdio server
Run the public npm package from Claude Desktop, Cursor, VS Code, Codex, or another stdio MCP client:
{
"mcpServers": {
"cordfind": {
"command": "npx",
"args": ["-y", "cordfind-mcp"]
}
}
}
The package is a small read-only stdio bridge to CordFind's canonical hosted MCP endpoint. No API key is required.
You can also run it directly:
npx -y cordfind-mcp
Hosted Streamable HTTP server
Use the hosted Streamable HTTP endpoint:
{
"mcpServers": {
"cordfind": {
"url": "https://cordfind.com/api/mcp"
}
}
}
Clients that only support local stdio servers can use mcp-remote:
{
"mcpServers": {
"cordfind": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://cordfind.com/api/mcp"]
}
}
}
Docker
docker build -t cordfind-mcp .
docker run --rm -i cordfind-mcp
The server is public and does not require an API key. Read the full CordFind MCP documentation.
Tools
search_generator_guides
Search CordFind generator guides by topic or question. Results include titles, descriptions, quick answers, and direct CordFind source URLs.
Inputs:
query— generator topic or questionlimit— optional result limit from 1 to 10
get_connector_compatibility
Screen a generator receptacle, destination, and cord distance for direct compatibility, adapter needs, verification boundaries, or unsafe paths.
Inputs:
sourceConnectorId—l1430,l1420,l630,l530,1450,cs50,tt30, or520targetId—inlet,rv,appliance, ordistributiondistanceFeet—25,50, or100
Use the human-facing generator cord finder to inspect the same workflow.
calculate_generator_cord_size
Compare common American Wire Gauge sizes against planning ampacity and voltage-drop limits.
Inputs:
amps—15,20,30, or50volts—120or240distanceFeet— one-way distance from 10 to 200 feetdropLimitPercent—3or5
Open the generator cord-size calculator for the interactive version and methodology.
Registry manifest
The official MCP Registry manifest is available in server.json. It describes both the npm stdio package and the hosted Streamable HTTP endpoint. CordFind also publishes the manifest at:
https://cordfind.com/.well-known/mcp/server.json
Safety boundary
CordFind MCP responses are planning guidance, not approval for an electrical installation. Verify equipment labels, listings, ratings, and manufacturer instructions. Building wiring requires approved transfer equipment and qualified installation.
Links
- CordFind
- MCP server documentation
- Official MCP Registry record
- Smithery server page
- Glama connector page
- Generator plug library
- Generator cord-size calculator
License
The manifest and documentation in this repository are licensed under the MIT License. CordFind site content and compatibility data remain subject to the terms published on CordFind.
Install
Add CordFind Generator Compatibility to your client. Pick the one you use.
claude mcp add --transport http cordfind-generator-compatibility https://cordfind.com/api/mcpcodex mcp add cordfind-generator-compatibility --url https://cordfind.com/api/mcp{
"mcpServers": {
"cordfind-generator-compatibility": {
"url": "https://cordfind.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cordfind-generator-compatibility": {
"type": "http",
"url": "https://cordfind.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cordfind-generator-compatibility": {
"url": "https://cordfind.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cordfind-generator-compatibility": {
"serverUrl": "https://cordfind.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust13/20
- Capability0/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 0 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
- 0 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 | Aug 31, 2026 |