← onmanifest.com
INDIVIDUAL MCP TOOL
update_location
Update the connected user's location (lat/lon, optionally a city).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.onmanifest-com]
url = "https://onmanifest.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onmanifest-com": {
"type": "http",
"url": "https://onmanifest.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onmanifest-com
Remote MCP URL: https://onmanifest.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"onmanifest-com": {
"url": "https://onmanifest.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onmanifest-com": {
"type": "http",
"url": "https://onmanifest.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onmanifest-com",
"transport": "streamable-http",
"url": "https://onmanifest.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_local— Search Manifest's local-knowledge index across (a) curated city map spots — coffee shops, coworking, matcha, etc.find_businesses_near— Find businesses, places of interest, curated city map spots, and posts near a latitude/longitude.get_city_briefing— One-shot 'what's happening in this city' briefing: top recent posts, partner articles, curated spot counts by category, and pinned events.list_city_slugs— List every city slug that Manifest has curated map data for (~45 metros).get_city_spots— List curated map spots for a city (e.g.list_recent_leads— List the most recent leads captured by your Mani widget.get_lead— Fetch one lead by id.export_leads_csv— Export every lead for a partner as CSV.