← Registry

Security & Testing

sequanapi.com

Provides fingerprinting services for background checks and visa applications.

1 endpoint2 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://sequanapi.com/api/mcp

No auth detected

MCP server metadata

Name
sequana-fingerprint-navigator
Version
0.3.1
Capabilities
resourcestools
Server instructions

Use these tools only for official fingerprint-card and visa-biometrics routing questions. Start with fingerprinting_check_service_fit when the user is unsure what process they need. When the service-fit result is supported, always call fingerprinting_get_checklist next so the person receives the interactive service route and preparation card. Never imply that Sequana can collect official visa-application biometrics. Never ask for or accept passport images, fingerprint images, case numbers, names, email addresses, phone numbers, or completed forms. Treat tool output as operational guidance, not immigration or legal advice.

Known tools 2

fingerprinting_check_service_fit

Use this when someone needs fingerprints for a visa, police certificate, or background check and you must determine whether Sequana can help.

Inferred read-only
fingerprinting_get_checklist

Use this after a supported Sequana service has been identified.

Inferred read-only

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.sequana-fingerprint-navigator]
url = "https://sequanapi.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sequana-fingerprint-navigator": {
      "type": "http",
      "url": "https://sequanapi.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sequana-fingerprint-navigator
Remote MCP URL: https://sequanapi.com/api/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": {
    "sequana-fingerprint-navigator": {
      "url": "https://sequanapi.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sequana-fingerprint-navigator": {
      "type": "http",
      "url": "https://sequanapi.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sequana-fingerprint-navigator",
  "transport": "streamable-http",
  "url": "https://sequanapi.com/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.