Skip to main content
Glama

Iaptic MCP Server

Official
by iaptic
package.json846 B
{ "name": "mcp-server-iaptic", "description": "Iaptic server for Model Context Protocol", "author": "Jean-Christophe Hoelt <hoelt@iaptic.com>", "version": "1.0.1", "type": "module", "bin": { "mcp-server-iaptic": "./dist/server.js" }, "files": [ "dist", "src", "package.json", "package-lock.json", "tsconfig.json", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "axios": "^1.6.0", "dotenv": "^16.0.0" }, "devDependencies": { "@types/node": "^20.17.14", "ts-node": "^10.9.2", "typescript": "^5.0.0" }, "scripts": { "prepublishOnly": "npm run build", "build": "tsc", "start": "node --loader ts-node/esm src/server.ts", "dev": "node --loader ts-node/esm src/server.ts" } }

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/iaptic/mcp-server-iaptic'

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