package.json•1.27 kB
{
"name": "congressmcp",
"version": "1.2.0",
"description": "MCP bridge for Congressional data - access 113+ legislative tools through Claude Desktop and other MCP clients. Free tier includes all tools with rate limiting.",
"main": "index.js",
"bin": {
"congressmcp": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"congress",
"congressional",
"legislative",
"bills",
"claude-desktop",
"api",
"government",
"politics",
"research",
"bridge"
],
"author": {
"name": "Alex Murshak @ Lawgiver AI",
"email": "support@congressmcp.lawgiver.ai",
"url": "https://congressmcp.lawgiver.ai"
},
"license": "MIT",
"homepage": "https://congressmcp.lawgiver.ai",
"repository": {
"type": "git",
"url": "https://github.com/amurshak/congressmcp-bridge.git"
},
"bugs": {
"url": "https://github.com/amurshak/congressmcp-bridge/issues",
"email": "support@congressmcp.lawgiver.ai"
},
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": true,
"files": [
"index.js",
"LICENSE",
"README.md",
"package.json",
"CHANGELOG.md"
]
}