Odel
AreaCode.fyi MCP Server

AreaCode.fyi MCP Server

Local
@riv-lcJavaScriptMITUpdated 2mo ago

North American (NANP) area-code & phone-number intelligence for AI agents, by areacode.fyi.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@riv-lc/areacode-mcpv0.2.2

Run

npx -y @riv-lc/areacode-mcp

MCP client config

{
  "mcpServers": {
    "areacode-fyi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@riv-lc/areacode-mcp"
      ]
    }
  }
}