Let your AI handle phone calls
AI answers the phone · calls out for you · by our sister product Lingsheng
Who it is forTeams with many calls and few hands — stores, clinics, property managers; developers wiring voice into their own systems
What it can do for you
Listed by task; each one shows which way of connecting it needs.
- AI answers incoming callsSet persona and greeting; changes apply from the next callDeveloper token
- Different reception per number or callerDifferent numbers and callers hear different AI receptionDeveloper token
- Simulate before going liveTry a simulated call after editing a flowDeveloper token
- Troubleshoot missed callsWhich call was missed and why, and whether the line is healthyDeveloper token
- Call out for youOne API call places one call: reminders, follow-ups, confirmationsDeveloper token
- Results back into your systemSummaries are pushed when a call ends; per-minute usage is queryableDeveloper token
Say this to it
- Look at this store's AI reception and make the greeting shorter
- A call yesterday afternoon was missed — find out why
4 ways to connect, easiest first
Pick one to see the steps.
- ① Copy a promptNot offered here
- ② Connect, no signupNot offered here
- ③ Sign inNot offered here
Connect to the Lingsheng MCP with an access token to configure AI reception; place calls, read records and receive webhooks via the open API
With Claude Code / Cursor / MCP:
- Sign in to the Lingsheng console → Access tokens in the top bar → create one (shown only once)
- Claude Code: run this, replacing the token with yours
claude mcp add --transport http lingsheng https://aicall.lingshengai.com/api/mcp \ --header "Authorization: Bearer lsk_your_token" - In Cursor, add this to ~/.cursor/mcp.json (or the project's .cursor/mcp.json), with the same Authorization header (written from the vendor docs; not yet tested on a real client)
{ "mcpServers": { "lingsheng": { "url": "https://aicall.lingshengai.com/api/mcp", "headers": { "Authorization": "Bearer lsk_your_token" } } } } - Then say:
Look at this store's AI reception and make the greeting shorter
Lingsheng is our voice-AI product; full developer docs, pricing and trials live on its own site
Go to lingshengai.com/developers
The other three: Look things up · Run campaigns · Publish work
← Back to For AI