Catalog
app.vayapin/mcp
OfficialVayaPin MCP: pin resolution + Google Maps geocoding/places + AfterShip tracking, with BYOK.
Pin resolution, geocoding, place search, and package tracking via Maps and AfterShip.
README not available yet.
Install
Configuration
Environment variables
VAYAPIN_PATrequiredsecretVayaPin Personal Access Token, sent as 'Authorization: Bearer'. Generate one on the VayaPin developer portal (POST /api/v1/auth/pat/request).
VAYAPIN_MCP_SLICEOptional tool-slice name to expose a subset of tools (128-tool client ceiling lift). Unset exposes all tools.
VAYAPIN_MCP_API_URLdefault https://api.vayapin.app/api/v1Override the VayaPin API base URL for staging or self-host.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@vayacore/mcp@0.1.2"
],
"env": {
"VAYAPIN_PAT": "<YOUR_VAYAPIN_PAT>",
"VAYAPIN_MCP_SLICE": "<YOUR_VAYAPIN_MCP_SLICE>",
"VAYAPIN_MCP_API_URL": "https://api.vayapin.app/api/v1"
}
}
}
}