We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robobobby/mcp-finnish-companies'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-finnish-companies",
"version": "0.1.0",
"description": "MCP server for Finnish company registry (PRH / YTJ - Patent and Registration Office)",
"main": "src/index.js",
"type": "module",
"bin": {
"mcp-finnish-companies": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1"
},
"keywords": ["mcp", "finland", "finnish", "companies", "prh", "ytj", "nordic", "business-id"],
"author": "robobobby",
"license": "MIT"
}