← Back to Plugins
MCP Server MCP

macadress

github By github 👁 1 views ▲ 0 votes

MAC address and OUI vendor lookup over Model Context Protocol.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.macadress.com/mcp",
      "headers": [
        {
          "description": "Bearer <your macadress.com API key>. Get one at https://macadress.com/signup.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...