mcpbeat Sign in

Ramaris App MCP Server

by ramaris-app Your server? Claim it
local only

Ramaris App runs on your own machine — the client starts it, so there is no endpoint to ping.

On-chain wallet analytics and trading strategies on Base for AI assistants

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @ramaris/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @ramaris/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ramaris/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@ramaris/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ramaris/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ramaris/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RAMARIS_API_KEY (Ramaris API key (get one at ramaris.app/api-access)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ramaris App

same job, measured the same way
MCP Server Motherduck
by motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs

4 435 installs/wk local only
DMARKOFF — DMARC, SPF & DKIM Analytics
by dmarkoff

DMARC analytics and domain onboarding for AI assistants — health, SPF/DKIM, compliance, anomalies.

answering
FindMe Photo
by findmephoto

Create wedding galleries, upload photos, and pull analytics on FindMe Photo from any AI assistant.

235 installs/wk local only
RaceHooks
by racehooks

F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.

34 installs/wk local only
Sui MCP Server
by expertvagabond

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics

52 installs/wk local only
Nansen
by nansen-ai

Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics.

50 tools answering
Mintline MCP
by mintlineai

Connect AI assistants to your Mintline receipts, transactions, and spending analytics.

37 installs/wk local only
ApexVol Options Analytics
by ryansilk

Options analytics for AI assistants: chains, IV rank, VRP, Greeks, GEX, expected moves, screeners.

100 installs/wk answering

Ramaris App — questions

Answers built from our own checks of this server.

Why is there no uptime for Ramaris App?
Ramaris App runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ramaris/mcp-server.
Is Ramaris App still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ramaris App?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ramaris/mcp-server straight from npm; nothing to host, nothing to sign up for.