Connects Claude to the macvendors.com API for looking up hardware manufacturers from MAC addresses. The OUI (Organizationally Unique Identifier) lookup tells you which company made a given network device based on the first half of its MAC address. Handy when you're troubleshooting network issues, auditing devices on a network, or building tools that need to identify hardware vendors. Part of the Pipeworx gateway ecosystem, so you can either use the standalone endpoint or bundle it with 808+ other data sources through their unified gateway. Supports the ask_pipeworx pattern for plain English queries instead of direct tool calls.
macvendors.com MCP — MAC address (OUI) → hardware manufacturer lookup.
Part of Pipeworx — an MCP gateway connecting AI agents to 808+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"macvendors": {
"url": "https://gateway.pipeworx.io/macvendors/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 808+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Macvendors data" })
The gateway picks the right tool and fills the arguments automatically.
MIT