Skip to main content
Glama
package.json1.49 kB
{ "name": "@attio-mcp/core", "version": "0.1.0", "description": "Edge-compatible core library for Attio MCP Server - shared between Node.js and Cloudflare Workers", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./tools": { "types": "./dist/tools/index.d.ts", "import": "./dist/tools/index.js" }, "./api": { "types": "./dist/api/index.d.ts", "import": "./dist/api/index.js" }, "./types": { "types": "./dist/types/index.d.ts", "import": "./dist/types/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "libphonenumber-js": "^1.12.30" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.4.1" }, "peerDependenciesMeta": { "@modelcontextprotocol/sdk": { "optional": true } }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "keywords": [ "attio", "mcp", "crm", "edge", "cloudflare-workers" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/kesslerio/attio-mcp-server.git", "directory": "packages/core" } }

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

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