UNPKG

switchboard-mcp-server

Version:

Model Context Protocol (MCP) server for Switchboard API - enables AI assistants to access broadcast messaging, email campaigns, and contact management for progressive campaigns

71 lines (70 loc) 1.84 kB
{ "name": "switchboard-mcp-server", "version": "1.0.5", "description": "Model Context Protocol (MCP) server for Switchboard API - enables AI assistants to access broadcast messaging, email campaigns, and contact management for progressive campaigns", "type": "module", "main": "build/index.js", "module": "./src/index.ts", "bin": { "switchboard-mcp-server": "build/index.js" }, "files": [ "build", "README.md", "smithery.yaml" ], "scripts": { "start": "node build/index.js", "build": "tsc", "typecheck": "tsc --noEmit", "prestart": "npm run build", "prepublishOnly": "npm run build", "start:http": "node build/index.js --transport=streamable-http", "release": "bash scripts/release.sh" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "mcp", "model-context-protocol", "switchboard", "broadcast-messaging", "email-campaigns", "progressive-campaigns", "political-tech", "api-integration", "ai-assistant", "claude" ], "author": { "name": "Arsenal PAC", "email": "tech@arsenalpac.org", "url": "https://arsenaldemocracy.org" }, "repository": { "type": "git", "url": "https://github.com/ArsenalPAC/SwitchboardMCP.git" }, "homepage": "https://github.com/ArsenalPAC/SwitchboardMCP#readme", "bugs": { "url": "https://github.com/ArsenalPAC/SwitchboardMCP/issues" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.0", "axios": "^1.9.0", "dotenv": "^16.4.5", "zod": "^3.24.3", "json-schema-to-zod": "^2.6.1", "hono": "^4.7.7", "@hono/node-server": "^1.14.1", "uuid": "^11.1.0", "fetch-to-node": "^2.1.0" }, "devDependencies": { "@types/node": "^22.15.2", "typescript": "^5.8.3", "@types/uuid": "^10.0.0" } }