mcpbeat Sign in

Vayapin MCP Server

local only

Vayapin runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm.

VayaPin MCP: pin resolution + Google Maps geocoding/places + AfterShip tracking, with BYOK.

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

Installs per day peak 18 · avg 10 · +33% w/w
a month agotoday
53
Installs / week
npm · @vayacore/mcp
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 -- npx -y @vayacore/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@vayacore/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@vayacore/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@vayacore/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@vayacore/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VAYAPIN_PAT (VayaPin Personal Access Token, sent as 'Authorization: Bearer'. Generate one on the VayaPin developer portal (POST /api/v1/auth/pat/request).), VAYAPIN_MCP_SLICE (Optional tool-slice name to expose a subset of tools (128-tool client ceiling lift). Unset exposes all tools.), VAYAPIN_MCP_API_URL (Override the VayaPin API base URL for staging or self-host.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vayapin

same job, measured the same way
Google_maps
by pipeworx-io

Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.

38 tools answering
Google Maps
by mcparmory

Geocode addresses, calculate directions, and search places with maps and routing

222 installs/wk local only
Verified Googledocs MCP
by michaelrobertsutton

MCP server for Google Docs with verified writes — every mutation returns before/after proof.

73 installs/wk local only
Google Trends MCP
by den-indance

Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup.

34 installs/wk local only
Platform AI
by ryanbaumann

Google Maps Platform Code Assist MCP

339 installs/wk local only
Google Chat MCP
by a1-x-tech

MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.

57 installs/wk local only
Google Play Console MCP
by agimaulana

Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.

201 installs/wk local only
HasData Google Images
by hasdata

Google Images results with source pages, thumbnails and full-resolution URLs, as JSON.

122 installs/wk answering

Vayapin — questions

Answers built from our own checks of this server.

Why is there no uptime for Vayapin?
Vayapin 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 @vayacore/mcp was installed 53 times last week.
Is Vayapin 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 Vayapin?
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 @vayacore/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vayapin?
The npm package @vayacore/mcp was installed 53 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.