Open-source utilities for the FAPI auto-parts platform — MCP servers, OpenAPI specs, and client libraries for OEM cross-references, vehicle applicability, and parts lookup.
Use Claude Desktop, Cursor, or any MCP client. Install fapi-mcp and drop this into your MCP config:
{
"mcpServers": {
"fapi-catalog": {
"command": "uvx",
"args": ["fapi-mcp"],
"env": { "FAPI_API_KEY": "<paste-demo-key-here>" }
}
}
}Get the current public demo key (rotated periodically, shared quota):
curl -s https://gist.githubusercontent.com/serp83/652d191745773ef6d8b5a0a689479cd6/raw/demo-key.txtThen ask your assistant: "Find cross-references for MANN W 75/3 with at least 2 positive ratings."
| Repo | What it is |
|---|---|
fapi-mcp |
MCP server for the Catalog API. 7 tools, on PyPI. |
catalog-openapi |
OpenAPI 3.0 spec for the Catalog API. Live docs. |
- Catalog by Make — make / model / modification → parts catalog with OEM cross-references.
- Vindec — VIN → catalog ID, drop-in for catalog-driven applications.
Demo keys are for evaluation. For production use, contact development.iisis@gmail.com or visit fapi.iisis.ru.
Maintained by the team behind iisis.ru.
