Loading MCP server directory, please wait...
VayaPin MCP: pin resolution + Google Maps geocoding/places + AfterShip tracking, with BYOK.
npx @getmcp/cli add app.vayapin/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VAYAPIN_PATVayaPin Personal Access Token, sent as 'Authorization: Bearer'. Generate one on the VayaPin developer portal (POST /api/v1/auth/pat/request).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.vayapin/mcp": {
"command": "npx",
"args": [
"-y",
"@vayacore/mcp"
],
"env": {
"VAYAPIN_PAT": "",
"VAYAPIN_MCP_SLICE": "",
"VAYAPIN_MCP_API_URL": "https://api.vayapin.app/api/v1"
}
}
}
}