← WebMCP Directory

food.copo.st

food.copo.st

live Unverified (seed import) Media & Personal 7 tools imperative implementation

Copo.st

First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com

Answer 1 · Act 5 · Transact 1 · Score: Not yet scored

Tool inspector

show_nearby_on_map

act imperative

Opens the app map and searches a rectangular geographic area for either posts or users, one type at a time. Provide west/south/east/north bounds so the map fits to that area and renders matching nearby items.

Input schema

PropertyTypeRequiredDescription
itemType string yes Object type to show on the map. Use one type at a time: post or user.
bounds object yes Rectangular search area in geographic coordinates using west,south,east,north bounds.
label string no Optional human-readable place label, for example Central Park, New York.
Raw JSON schema
{
  "type": "object",
  "required": [
    "itemType",
    "bounds"
  ],
  "additionalProperties": false,
  "properties": {
    "itemType": {
      "type": "string",
      "enum": [
        "post",
        "user"
      ],
      "description": "Object type to show on the map. Use one type at a time: post or user."
    },
    "bounds": {
      "type": "object",
      "required": [
        "west",
        "south",
        "east",
        "north"
      ],
      "additionalProperties": false,
      "description": "Rectangular search area in geographic coordinates using west,south,east,north bounds.",
      "properties": {
        "west": {
          "type": "number",
          "minimum": -180,
          "maximum": 180,
          "description": "Western longitude of the search rectangle."
        },
        "south": {
          "type": "number",
          "minimum": -90,
          "maximum": 90,
          "description": "Southern latitude of the search rectangle."
        },
        "east": {
          "type": "number",
          "minimum": -180,
          "maximum": 180,
          "description": "Eastern longitude of the search rectangle."
        },
        "north": {
          "type": "number",
          "minimum": -90,
          "maximum": 90,
          "description": "Northern latitude of the search rectangle."
        }
      }
    },
    "label": {
      "type": "string",
      "description": "Optional human-readable place label, for example Central Park, New York."
    }
  }
}

Similar websites

tracinginsights.com

tracinginsights.com

Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…

live Unverified Media & Personal
52 tools A17 / Act35 / T0 Not yet scored Seen 2026-09-14
select-f1-data get-current-selection list-available-options get-data-status wait-for-data
Inspect tools
fiveminutebrief.ai

fiveminutebrief.ai

live Unverified Media & Personal
31 tools A10 / Act21 / T0 Not yet scored Seen 2026-09-14
list_public_topics get_public_topic get_latest_brief get_public_topic_preview get_brief_newsletter
Inspect tools
panoptik-studio.vercel.app

panoptik-studio.vercel.app

Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.

live Unverified Media & Personal Transact tools
30 tools A9 / Act20 / T1 Not yet scored Seen 2026-09-14
get_project_state list_clips list_scenes get_silence_intervals get_transcript
Inspect tools
webroom.openai.chatgpt.site

webroom.openai.chatgpt.site

A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.

demo Unverified Media & Personal
28 tools A4 / Act24 / T0 Not yet scored Seen 2026-09-14
get_document_info get_edit_state get_edit_history get_image_preview open_image_from_url
Inspect tools

Related on Influzer