Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/vapiai/mcp-server/skillnpx skills add VapiAI/mcp-server --skill skillgit clone --depth 1 https://github.com/VapiAI/mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vapiai/mcp-server/skill)<a href="https://agentmods.dev/skills/vapiai/mcp-server/skill"><img src="https://agentmods.dev/badge/skills/vapiai/mcp-server/skill.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.00720 |
| Opus 5 | $0.00022 | $0.00360 |
| Sonnet 5 | $0.00009 | $0.00144 |
| Haiku 4.5 | $0.00004 | $0.00072 |
Grade A, and why
vapi scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vapi - AI Voice Assistant Builder
Build AI-powered voice assistants, phone agents, and conversational AI applications with Vapi.
Workflow
1. Check for the Vapi MCP Server
Check whether a Vapi MCP server is connected by discovering tools such as list_assistants. MCP hosts may namespace displayed tool names with the configured server name.
If the server is unavailable, tell the user to configure one of these supported connections in their MCP host:
- Local stdio command:
npx -y @vapi-ai/mcp-server, withVAPI_TOKENset in the server environment - Remote Streamable HTTP:
https://mcp.vapi.ai/mcp, with anAuthorization: Bearer <VAPI_TOKEN>header
Tell the user to reload or restart their MCP host if it requires that after configuration.
2. Confirm Vapi Credentials
If a tool returns an authentication error, tell the user to configure a Vapi API key as VAPI_TOKEN for a local server or as the bearer token for the remote server. Then retry after reloading the connection if required by the host.
3. Build the Voice Assistant
Before creating an assistant, fetch the latest prompt engineering guidelines from the Prompt Guide.
Use these guidelines to craft effective voice assistant prompts based on what the user wants to build.
Available Tools
Assistants
list_assistants- List all assistantsget_assistant- Get assistant detailscreate_assistant- Create new assistantupdate_assistant- Update assistant
Calls
list_calls- List call historyget_call- Get call detailscreate_call- Start outbound call
Phone Numbers
list_phone_numbers- List phone numbersget_phone_number- Get phone number details
Tools (Function Calling)
list_tools- List custom toolsget_tool- Get tool detailscreate_tool- Create tool for API integrationupdate_tool- Update tool
Workflow Examples
User: "I want to build a voice assistant that can schedule appointments"
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 79 lines · 43 tokens per session scan A 685ce34e9e18
vapi is a skill published in the GitHub repository VapiAI/mcp-server (57 stars, last pushed 20d ago), licensed MIT. It adds 43 tokens to every session and 720 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
specflow-use
To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…
ue-mcp-epic-routing
Use when deciding between ue-mcp's native category actions and Epic's wrapped ToolsetRegistry tools (the epic actions, incl. the Blueprint graph DSL) for a task in Unreal. Pulls in when authoring Blueprint graph bodies, or any time both a native action and an epic action could do the job and you need to pick.
mcp-google-map-project
Project knowledge for developing and maintaining @cablate/mcp-google-map. Architecture, Google Maps API guide, GIS domain knowledge, and design decisions. Read this skill to onboard onto the project or make informed development decisions.
authoring-decorators
Use when the user wants to write a new prompt decorator - either a personal one for their repo or a contribution back to the upstream catalogue. Walks through the JSON schema, the extensions/ convention, how to verify a new decorator end-to-end through the hook, and how to diagnose failures using debug logging and…