Skip to main content
Glama
josuekongolo

CompanyIQ MCP Server

by josuekongolo
package.json1.43 kB
{ "name": "companyiq-mcp", "version": "1.0.0", "description": "MCP server for Norwegian company intelligence and market analysis", "type": "module", "engines": { "node": ">=18.0.0" }, "bin": { "companyiq-mcp": "./build/index.js" }, "scripts": { "build": "tsc && cp src/database/schema.sql build/database/ && cp -r src/public build/ && chmod +x build/index.js && chmod +x build/http-server.js", "watch": "tsc --watch", "start": "node build/http-server.js", "start:stdio": "node build/index.js", "prepare": "npm run build", "sync": "node build/sync-data.js", "dev": "npm run build && npm run start" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "bcrypt": "^6.0.0", "connect-pg-simple": "^10.0.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "express-session": "^1.18.2", "node-fetch": "^3.3.2", "openai": "^6.8.1", "pdf-parse": "^1.1.4", "pdf-to-png-converter": "^3.11.0", "pg": "^8.16.3", "puppeteer": "^21.11.0", "uuid": "^13.0.0", "zod": "^3.22.4" }, "devDependencies": { "@types/bcrypt": "^6.0.0", "@types/connect-pg-simple": "^7.0.3", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/express-session": "^1.18.2", "@types/node": "^20.10.0", "@types/pg": "^8.16.0", "@types/uuid": "^10.0.0", "typescript": "^5.3.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/josuekongolo/companyiq-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server