Skip to main content
ClaudeWave
Political-Comms avatar
Political-Comms

political-comms-sdk

Ver en GitHub
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · @political-comms/cli
Claude Code CLI
claude mcp add political-comms-sdk -- npx -y @political-comms/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "political-comms-sdk": {
      "command": "npx",
      "args": ["-y", "@political-comms/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Political Comms SDK

Official client libraries and tools for the [Political Comms](https://politicalcomms.com/) REST API. Direct-to-carrier political texting for campaigns, PACs, advocacy organizations, fundraisers, and elected officials.

The API surface covers Projects (compose, test, schedule, send), Contact Lists, Media Files, Organizations and hierarchy, Brands, Campaigns, Tracking Domains, Phone Numbers, Analytics, and Billing. The full OpenAPI 3.1 specification lives at [politicalcomms.com/openapi.json](https://politicalcomms.com/openapi.json) and the reference documentation at [docs.politicalcomms.com](https://docs.politicalcomms.com/api-reference/introduction).

## Packages

| Package | Registry | Description |
|---------|----------|-------------|
| [`@political-comms/sdk`](packages/sdk) | npm | TypeScript SDK. Zero dependencies, native fetch, built-in retries. |
| [`@political-comms/cli`](packages/cli) | npm | Command line interface. `npx @political-comms/cli auth check` |
| [`@political-comms/mcp`](packages/mcp) | npm | MCP server for Claude and other MCP clients. |
| [`political-comms`](python) | PyPI | Python SDK mirroring the TypeScript client. |

## Authentication

Every client authenticates with an API key passed in the `X-API-Key` header. Keys are created in the dashboard under Admin > API Keys and are prefixed `pc_live_`. All packages read the `POLITICAL_COMMS_API_KEY` environment variable by default.

## Development

Node 20 or later and Python 3.10 or later.

```bash
npm install
npm run build
npm test

cd python
python3 -m venv .venv
.venv/bin/pip install -e '.[dev]'
.venv/bin/pytest
```

## License

MIT. See [LICENSE](LICENSE).

Lo que la gente pregunta sobre political-comms-sdk

¿Qué es Political-Comms/political-comms-sdk?

+

Political-Comms/political-comms-sdk es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala political-comms-sdk?

+

Puedes instalar political-comms-sdk clonando el repositorio (https://github.com/Political-Comms/political-comms-sdk) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Political-Comms/political-comms-sdk?

+

Political-Comms/political-comms-sdk aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Political-Comms/political-comms-sdk?

+

Political-Comms/political-comms-sdk es mantenido por Political-Comms. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a political-comms-sdk?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega political-comms-sdk en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Political-Comms/political-comms-sdk
[![Featured on ClaudeWave](https://claudewave.com/api/badge/political-comms-political-comms-sdk)](https://claudewave.com/repo/political-comms-political-comms-sdk)
<a href="https://claudewave.com/repo/political-comms-political-comms-sdk"><img src="https://claudewave.com/api/badge/political-comms-political-comms-sdk" alt="Featured on ClaudeWave: Political-Comms/political-comms-sdk" width="320" height="64" /></a>

Más MCP Servers

Alternativas a political-comms-sdk