Piriod Server
БесплатноНе проверенConnects Claude with Piriod.com API to manage invoicing and payments, enabling listing/creating invoices, searching customers, and viewing payments through natu
Описание
Connects Claude with Piriod.com API to manage invoicing and payments, enabling listing/creating invoices, searching customers, and viewing payments through natural language.
README
Servidor MCP (Model Context Protocol) que conecta Claude con la API REST de Piriod.com para gestionar facturación y pagos directamente desde conversaciones con Claude.
Qué hace
Expone 4 tools que Claude puede usar para:
- Listar y filtrar facturas
- Crear y finalizar facturas con líneas de detalle
- Buscar clientes por nombre o email
- Listar pagos por estado
Requisitos
- Node.js 18 o superior
- Una cuenta en Piriod.com con acceso a la API
- Claude Desktop
Instalación
git clone https://github.com/cevidallara/piriod-mcp.git
cd piriod-mcp
npm install
Variables de entorno
| Variable | Descripción |
|---|---|
PIRIOD_TOKEN |
Token de API de Piriod |
PIRIOD_ORG |
ID de la organización (empieza con acc_) |
Puedes obtenerlos desde el panel de configuración de tu cuenta en Piriod.com.
Conectar a Claude Desktop
Edita el archivo de configuración de Claude Desktop:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Agrega la siguiente configuración:
{
"mcpServers": {
"piriod": {
"command": "node",
"args": ["/ruta/absoluta/a/piriod-mcp/index.js"],
"env": {
"PIRIOD_TOKEN": "tu_token_aqui",
"PIRIOD_ORG": "acc_xxxxxxxxxx"
}
}
}
}
Reinicia Claude Desktop. El servidor aparecerá disponible en el menú de herramientas.
Tools disponibles
list_invoices
Lista las facturas con filtros opcionales.
| Parámetro | Tipo | Descripción |
|---|---|---|
status |
string | draft, finalized o paid |
customer |
string | ID del cliente, ej: cus_xxx |
Ejemplo de uso en Claude:
"Muéstrame todas las facturas finalizadas del cliente cus_abc123"
create_invoice
Crea una factura en estado draft y la finaliza automáticamente.
| Parámetro | Tipo | Descripción |
|---|---|---|
customer |
string | ID del cliente, ej: cus_xxx |
document |
string | ID del tipo de documento, ej: US1 |
date |
string | Fecha de emisión en formato YYYY-MM-DD |
due_date |
string | Fecha de vencimiento en formato YYYY-MM-DD |
lines |
array | Líneas de la factura (ver estructura abajo) |
Estructura de cada línea:
{
"name": "Servicio de consultoría",
"quantity": 2,
"amount": 500.00
}
Ejemplo de uso en Claude:
"Crea una factura para el cliente cus_abc123 por 3 horas de soporte a $100 cada una, con vencimiento el 30 de abril"
find_customer
Busca clientes por nombre o email.
| Parámetro | Tipo | Descripción |
|---|---|---|
search |
string | Nombre o email a buscar |
Ejemplo de uso en Claude:
"Busca el cliente con email [email protected]"
list_payments
Lista los pagos con filtro opcional por estado.
| Parámetro | Tipo | Descripción |
|---|---|---|
status |
string | requires_payment_method, processing o succeeded |
Ejemplo de uso en Claude:
"¿Cuáles pagos están en estado processing?"
Stack
- Node.js con ES Modules
- @modelcontextprotocol/sdk
- zod para validación de parámetros
Licencia
ISC
Установка Piriod Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cevidallara/piriod-mcpFAQ
Piriod Server MCP бесплатный?
Да, Piriod Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Piriod Server?
Нет, Piriod Server работает без API-ключей и переменных окружения.
Piriod Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Piriod Server в Claude Desktop, Claude Code или Cursor?
Открой Piriod Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Piriod Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
