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).
Run
npx -y @riv-lc/areacode-mcp
MCP client config
{
"mcpServers": {
"areacode-fyi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@riv-lc/areacode-mcp"
]
}
}
}