← usemeridian.app

INDIVIDUAL MCP TOOL

applications_cancel

Cancel a draft or ready visa application.

usemeridian.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

usemeridian.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.usemeridian-app]
url = "https://usemeridian.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "usemeridian-app": {
      "type": "http",
      "url": "https://usemeridian.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: usemeridian-app
Remote MCP URL: https://usemeridian.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "usemeridian-app": {
      "url": "https://usemeridian.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "usemeridian-app": {
      "type": "http",
      "url": "https://usemeridian.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "usemeridian-app",
  "transport": "streamable-http",
  "url": "https://usemeridian.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • requirements_lookup — Visa requirements for a route (passport country → destination country): documents, fee, processing time, visa-free eligibility.
  • requirements_evaluate — Tell the user whether they're ready to apply on a given route: a ready or not-yet verdict with the per-check detail behind it.
  • requirements_submit_feedback — Log feedback on a route we returned (kind=feedback) or request a route we don't cover yet (kind=request, when requirements_lookup returned found=false).
  • applications_get — Read one visa application: profile, trip details, status, and latest Computer task_id (when one is running).
  • applications_list — List the authenticated user's visa applications.
  • applications_create — Start a tracked visa application for the authenticated user.
  • applications_update_section — Write a named section on a visa application.
  • applications_apply — Dispatch Meridian Computer (the browser agent) to fill the consulate portal for a ready visa application.