Content Tools
onmanifest.com
Provides curated local knowledge and city briefings for various metros.
ENDPOINT 1
https://onmanifest.com/mcp
Known tools 29
search_localSearch Manifest's local-knowledge index across (a) curated city map spots — coffee shops, coworking, matcha, etc.
Inferred read-onlyfind_businesses_nearFind businesses, places of interest, curated city map spots, and posts near a latitude/longitude.
Inferred read-onlyget_city_briefingOne-shot 'what's happening in this city' briefing: top recent posts, partner articles, curated spot counts by category, and pinned events.
Inferred read-onlylist_city_slugsList every city slug that Manifest has curated map data for (~45 metros).
Inferred read-onlylist_lead_transcriptsList the most recent leads whose Mani-widget conversation produced a transcript snippet.
Inferred read-onlyget_lead_transcriptFetch the Mani-widget conversation transcript for one of your leads.
Inferred read-onlyget_revenue_share_reportOutbound clicks per article over the last N days (default 30).
Inferred read-onlystart_checkoutStart a real Stripe Checkout session to boost a post at a tier (local/city/metro).
Potential side effectsupdate_locationUpdate the connected user's location (lat/lon, optionally a city).
Potential side effectsask_maniUse this whenever the user asks about anything local — what's happening near them, restaurants / cafes / bars / shops open now, events tonight or this weekend, weather alerts, neighborhood news, businesses to visit, parks, schools, public services, or any 'what's good / open / near me / in this city' style question.
Inferred read-onlylist_chat_transcriptsList the connected user's recent Mani chat conversations (most-recent first, max 50).
Inferred read-onlyget_transcriptFetch the full message transcript for one of the connected user's Mani conversations.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onmanifest.com was fetched 2026-08-28T11:07:38.417Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.