Agent skill
The Meridian readiness loop, packaged as an agent skill. Install it into Claude Code, Claude.ai web, Cursor, Codex CLI, or Goose. The skill knows when to look up requirements, how to prep the vault, and when to apply. Anonymous tools are free; user-scoped tools prompt for OAuth on first call.
npx -y @usemeridian/agent-skills@latest installMeridian does not promise visa approval. The skill's job is to surface the readiness verdict honestly, then drive the submission when (and only when) the case is ready.
requirements_lookupAnyone, free. Pulls verified rules for the passport + destination corridor.
applications_createAfter sign-in. Files the visa application; a fresh case-scoped vault is born empty (privacy default).
applications_update_sectionAfter sign-in. Captures trip details section by section — itinerary, accommodations, sponsors, insurance, contacts, dates, embassy.
applications_documents_uploadAfter sign-in. Attaches passport, photo, bank statement, employment letter, insurance, invitation.
applications_evaluateScores the case with named risks before submission. The verdict is the whole point — Meridian doesn't promise approval, only readiness.
applications_applyAfter ready verdict. Dispatches Meridian Computer to fill the consulate's portal. Real browser, real submit.
appointments_bookDispatches the booking worker to grab the earliest viable VFS / consulate slot for in-person lanes.
Pick a path. Same skill. Same readiness verdict at the end of the loop.
$ npx -y @usemeridian/agent-skills@latest install
# cursor, codex, or goose? add --agent=NAME
npx -y @usemeridian/agent-skills@latest install --agent=cursor$ claude --plugin-url https://usemeridian.app/skills/meridian-visa.zip1. Download the skill zip below. 2. Open Claude.ai → Settings → Capabilities → Skills. 3. Upload meridian-visa-skill.zip. 4. Toggle the skill on for any chat or project.
1. Download the skill zip below. 2. Unzip into your agent's skills directory. 3. Point the assistant's MCP client at https://usemeridian.app/mcp. 4. The skill prompts the assistant to call Meridian tools where appropriate.
npx
One command. Drops the skill into ~/.claude/skills by default; --agent= flag for Cursor, Codex, Goose. Re-run to update.
Claude Code
Zip-URL install. Session-scoped; restart Claude Code to remove. Plugin marketplace install once the public mirror lands.
Claude.ai web
Skill upload. Available on Pro, Max, Team, and Enterprise plans. Skill stays installed across chats and projects.
Manual
Unzip into your agent's skills directory. Same SKILL.md across vendors; pair with the MCP server URL.
Pairs with
The skill is the script. The MCP server is the runtime. The CLI is the terminal seat. The API reference is the contract.
Drop https://usemeridian.app/mcp into any MCP-capable client. The skill installs separately and tells the assistant when to use the server's tools.
Five commands from your terminal. The same readiness loop the skill drives, callable as meridian check NG-GB from CI or a shell.
Stripe-shaped reference for the wire. Authentication, versioning, pagination, errors, and per-API contracts.
Install the skill, drop the MCP server URL into your client, and your assistant walks the readiness loop without you spelling it out every time.