← Discover MCPs and Agents
A
MCPAI & MLMCP Registry

ARPI MCP

AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.

Links

README

From the repo.

ARPI MCP

Remote MCP server by ARPI Inc. — AI-powered ECG analysis with ARPI's ECG AI.

Submit ECG images and receive AI-generated diagnosis reports directly from your MCP client.

  • Endpoint: https://mcp.arpi.ai/mcp (Streamable HTTP)
  • Auth: OAuth — the client is guided through login on first connection

Tools

ToolDescription
authenticateSign in to ARPI
open_image_submissionStart an ECG image submission
submit_image_for_diagnosisSubmit an ECG image for AI diagnosis
fetch_diagnosis_reportsRetrieve diagnosis reports
list_available_capabilitiesList available analysis capabilities
invoke_arpi_capabilityInvoke a specific analysis capability

Installation

Claude Code

claude mcp add --transport http arpi-mcp https://mcp.arpi.ai/mcp

Or via the plugin marketplace:

claude plugin marketplace add arpi-ai/arpi-mcp
claude plugin install arpi-mcp@arpi-mcp

Claude.ai / Claude Desktop

Settings → Connectors → Add custom connector → https://mcp.arpi.ai/mcp

Other MCP clients

Any client supporting Streamable HTTP with OAuth can connect to https://mcp.arpi.ai/mcp.

Repository layout

This repository contains registry/marketplace metadata only — the server itself is hosted by ARPI.

  • server.json — official MCP Registry listing
  • .claude-plugin/marketplace.json + plugins/arpi-mcp/ — Claude Code plugin marketplace

Support

ARPI's ECG AI is a medical AI service. Diagnosis reports are for reference and do not replace professional medical judgment.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.arpi.ai/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.