askell-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@askell-mcpShow me the contract overview for contract 9876"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
askell-mcp
MCP server for the Askell payment and subscription API.
Connect it to Cursor, Claude Desktop, or any MCP client to discover Askell endpoints, inspect customers/contracts/billing, and call the API — with confirmation before mutating requests.
Requirements
An Askell account and secret API key (from the Askell dashboard)
One of:
Related MCP server: sherweb-mcp
Quick start
1. Get API keys
In the Askell dashboard, copy your private (secret) API key. Optionally also the public key (only needed for temporary payment-method / checkout status endpoints).
2. Add to your MCP client
With Bun (bunx):
{
"mcpServers": {
"askell": {
"command": "bunx",
"args": ["-y", "askell-mcp"],
"env": {
"ASKELL_PRIVATE_API_KEY": "your_secret_api_key"
}
}
}
}With a binary (download askell-mcp-<os>-<arch> from Releases, then chmod +x):
{
"mcpServers": {
"askell": {
"command": "/absolute/path/to/askell-mcp-linux-x64",
"env": {
"ASKELL_PRIVATE_API_KEY": "your_secret_api_key"
}
}
}
}Example file: mcp.json.example.
Restart the client after saving.
Configuration
Variable | Required | Default | Description |
| yes* | — | Secret API key (or |
| no | — | Public key for a few checkout/payment endpoints |
| no |
| API base URL (or |
| no |
| Max response size returned to the model |
| no |
| Confirm before POST/PUT/PATCH/DELETE |
Askell has no separate sandbox host — production and test traffic use the same URL. Use the Áskell Test Gateway acquirer in your dashboard for safe payment testing. See Askell getting started.
What you can do
Typical agent workflow:
Discover —
askell_list_operations/askell_describe_operation(from bundled OpenAPI v1 + v2)Support tasks — customer/contract/billing helpers below
Anything else —
askell_callfor a raw endpoint (mutations ask for approval when enabled)
Tools
Tool | Description |
| Search bundled OpenAPI operations |
| Params and body schema for one operation |
| Call any v1/v2 endpoint |
| Follow paginated list endpoints |
| v1 customer + subscriptions |
| v2 subscription contract + billing runs |
| v2 billing run (+ optional contract) |
| List configured webhooks |
Resources
URI | Content |
| OpenAPI v1 |
| OpenAPI v2 |
| Webhook event reference |
API notes (short)
v1 — legacy paths like
/customers/,/subscriptions/(no/v2prefix)v2 — current model: catalogs, quotes, checkouts, contracts, billing runs under
/v2/Paths use trailing slashes
Prefer v2 for new integrations; v1 remains for existing ones
Docs: docs.askell.is · OpenAPI: v1 · v2
License
Contributing
See CONTRIBUTING.md for local development, tests, and releases.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server that provides tools for exploring and testing APIs through Swagger/OpenAPI documentation.Last updated59012MIT
- Alicense-qualityAmaintenanceMCP server for Sherweb Partner API - distributor billing, service provider management, customer subscriptions, and payable chargesLast updatedApache 2.0
- AlicenseBqualityCmaintenanceMCP server for the DataGate billing platform API, providing read-only tools to manage customers, invoices, products, agreements, sites, and payments.Last updated13MIT
- Alicense-qualityCmaintenanceMCP server for the Stripe API with 10 tools covering payments, customers, invoices, and subscriptions. Generated with MCPForge. Destructive and financial operations require human approval.Last updated31MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for interacting with the Supabase platform
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Neschadin/askell-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server