Schedule AI phone calls, manage assignments, and check credits from Claude.
Leximo MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Schedule AI phone calls, manage assignments, and check credits from Claude.
Replace your-token with your API token from concierge.leximo.ai/profile.
Once Leximo is connected, these are the calls the assistant has available:
get_profile — Get your user profile and account detailsget_credits — Check credit balance, usage history, and subscription summaryget_subscription — View active subscription detailsget_plans — List available subscription plans with pricingcreate_checkout_session — Get a checkout URL to subscribe to a planlist_agents — List available AI calling agentsget_agent — Get details of a specific agentlist_assignments — List all your assignments (paginated)get_assignment — View a specific assignment with results and transcriptcreate_assignment — Create a new phone call assignmentdelete_assignment — Delete an assignmentget_assignment_proposals — Get AI suggestions to improve your task descriptionleximo-ai-call-assistant-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: LEXIMO_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Leximo's toolset — get_profile, get_credits, get_subscription and 10 more — is a fair guide to whether it matches your workflow. It is maintained by Leximo-AI; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_profile | Get your user profile and account details |
| get_credits | Check credit balance, usage history, and subscription summary |
| get_subscription | View active subscription details |
| get_plans | List available subscription plans with pricing |
| create_checkout_session | Get a checkout URL to subscribe to a plan |
| list_agents | List available AI calling agents |
| get_agent | Get details of a specific agent |
| list_assignments | List all your assignments (paginated) |
| get_assignment | View a specific assignment with results and transcript |
| create_assignment | Create a new phone call assignment |
| delete_assignment | Delete an assignment |
| get_assignment_proposals | Get AI suggestions to improve your task description |
| list_notifications | Get call completion events and notifications |
{
"mcpServers": {
"leximo": {
"command": "npx",
"args": ["-y", "leximo-ai-call-assistant-mcp-server"],
"env": {
"LEXIMO_API_TOKEN": "your-token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LEXIMO_API_TOKEN | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.