parasut-mcp
MCP server for Parasut accounting/invoicing API (Turkey). Manage contacts, invoices, purchase bills, products, and e-invoices via OAuth 2.0 authentication.
Tools (8)
| Tool | Description |
|---|---|
list_contacts | List customers and suppliers |
create_contact | Create a new contact |
list_sales_invoices | List sales invoices |
create_sales_invoice | Create a sales invoice with line items |
list_purchase_bills | List purchase bills |
create_purchase_bill | Create a purchase bill |
list_products | List products and services |
create_e_invoice | Convert a sales invoice to e-invoice |
Quick Start
{
"mcpServers": {
"parasut": {
"command": "npx",
"args": ["-y", "@theyahia/parasut-mcp"],
"env": {
"PARASUT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"PARASUT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"PARASUT_COMPANY_ID": "<YOUR_COMPANY_ID>"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
PARASUT_CLIENT_ID | Yes | OAuth client ID from Parasut |
PARASUT_CLIENT_SECRET | Yes | OAuth client secret from Parasut |
PARASUT_COMPANY_ID | Yes | Company ID in Parasut |
Demo Prompts
- "List all my customers in Parasut"
- "Create a sales invoice for 5000 TRY to customer contact ID 123"
- "Show me this month's purchase bills"
- "Create an e-invoice from sales invoice #456"
- "Search for products containing 'hosting'"
License
MIT