Stats
Actions
Tags
From tinyplace
Local MCP server that connects to the Tinyplace API for place or location data. Requires the TINYPLACE_API_URL environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tinyplace": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/server.mjs"
],
"env": {
"TINYPLACE_API_URL": "https://staging-api.tiny.place"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
TINYPLACE_API_URL=https://staging-api.tiny.placenpx claudepluginhub tinyhumansai/tiny.place --plugin tinyplace