theYahia/parasut-mcp
MCP server for Parasut — accounting, invoicing, e-fatura (Turkey)
Platform-specific configuration:
{
"mcpServers": {
"parasut-mcp": {
"command": "npx",
"args": [
"-y",
"parasut-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Parasut accounting/invoicing API (Turkey). Manage contacts, invoices, purchase bills, products, and e-invoices via OAuth 2.0 authentication.
| 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 |
{
"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>"
}
}
}
}| 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 |
MIT
Loading reviews...