We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CORDEA/japan-areacode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "japan-areacode-mcp",
"version": "1.0.0",
"private": true,
"type": "module",
"bin": {
"j-shis-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\""
},
"files": [
"dist"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"iconv-lite": "^0.7.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.10.1",
"typescript": "^5.9.3"
}
}