Skip to main content
Glama
127,390 tools. Last updated 2026-05-05 15:09

"Finding Information About Public Places" matching MCP tools:

  • Semantic search across all extracted datasheets. Finds components matching natural language queries about specifications, features, or capabilities. Best for broad spec-based discovery across all parts (e.g. 'low-noise LDO with PSRR above 70dB'). Only searches datasheets that have been previously extracted — not all parts that exist. For finding specific parts by number, use search_parts instead.
    Connector
  • Get full details for a single business (listing) by its slug. Call this when the user asks for more information about a specific business. Use the slug from search_businesses results.
    Connector
  • Returns structured information about what the Recursive platform includes: features, AI model details, supported integrations, and what's included at every tier. Use for systematic feature comparison.
    Connector
  • Returns information about the supplier network: available destinations, experience categories, booking platforms, and protocol details. Call this before search_slots to understand what regions and activity types are available.
    Connector
  • Returns information about the supplier network: available destinations, experience categories, booking platforms, and protocol details. Call this before search_slots to understand what regions and activity types are available.
    Connector
  • Returns information about the supplier network: available destinations, experience categories, booking platforms, and protocol details. Call this before search_slots to understand what regions and activity types are available.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES

  • GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)

  • Scaffold a Tailwind+Alpine HTML page at public/<slug>.html. Produces the canonical Hatchable page shape: Tailwind via CDN, Alpine for interactivity, /theme.css for shared design tokens, max-w-3xl content shell. **No build step.** No React. No TypeScript. For rich client state (multi-step forms, dashboards), use React-via-esm.sh — see public/playground.html in tpl-prompt-playground for the canonical pattern. Example call: add_page({ slug: 'about', title: 'About', body_html: '<h1 class="text-3xl font-serif">About</h1><p>...</p>' }) Example with Alpine state: add_page({ slug: 'counter', title: 'Counter', body_html: '<button @click="n++" x-text="n"></button>', alpine_data: { n: 0 } })
    Connector
  • Search the web for any topic and get clean, ready-to-use content. Best for: Finding current information, news, facts, people, companies, or answering questions about any topic. Returns: Clean text content from top search results. Query tips: describe the ideal page, not keywords. "blog post comparing React and Vue performance" not "React vs Vue". Use category:people / category:company to search through Linkedin profiles / companies respectively. If highlights are insufficient, follow up with web_fetch_exa on the best URLs.
    Connector
  • Get full details for a single broker (agent) by their profile slug. Call this when the user asks for more information about a specific broker. Use the slug from search_brokers results.
    Connector
  • Add a note to a work — annotations, research notes, or contextual information. TRIGGER: "note that," "remind me about," "there's a story behind this," "I should remember," or any context the user wants recorded. Default visibility to "private" unless the user specifies otherwise. Visibility levels: "private" (only the artist), "authorized" (anyone with delegated access), "public" (shown on the public catalogue and on every shared RAI). Resolve work_id via search_natural_language. After success, ask if they'd like to see the updated work — then call get_work to show the visual card.
    Connector
  • Re-check a specific control after applying a fix. Confirms whether the finding is resolved.
    Connector
  • IMPORTANT: Always use this tool FIRST before working with Vaadin. Returns a comprehensive primer document with current (2025+) information about modern Vaadin development. This addresses common AI misconceptions about Vaadin and provides up-to-date information about Java vs React development models, project structure, components, and best practices. Essential reading to avoid outdated assumptions. For legacy versions (7, 8, 14), returns guidance on version-specific resources.
    Connector
  • Get the dashboard URL for a previous debate session. Returns the thread link and public URL if the thread is public.
    Connector
  • Returns profile information for a TikTok user including bio, follower counts, verification status, and profile picture. Look up any public TikTok account by username. Supports projection_preset and data_fields for payload reduction.
    Connector
  • Returns information about the supplier network: available destinations, experience categories, booking platforms, and protocol details. Call this before search_slots to understand what regions and activity types are available.
    Connector
  • Compare specific CDC PLACES measures across multiple counties. Returns a side-by-side comparison of selected health measures for the given counties. Useful for benchmarking one county against peers. Args: fips_list: List of 5-digit county FIPS codes (e.g. ['53033', '53053', '06037']). Maximum 10 counties per request. measures: List of PLACES measure IDs to compare (e.g. ['DIABETES', 'OBESITY']). Maximum 10 measures per request.
    Connector
  • Get detailed information about a specific train connection including all intermediate stops, platforms, and occupancy. Use a trip ID from search_connections results.
    Connector
  • Get full details for a single business (listing) by its slug. Call this when the user asks for more information about a specific business. Use the slug from search_businesses results.
    Connector
  • Set a thread as public or private. Public threads can be shared via URL. Use session_id from a previous debate session.
    Connector
  • Get Housing Choice Voucher (Section 8) program data by Public Housing Agency. Returns information about voucher programs administered by PHAs in the specified state, including total vouchers, utilization rates, and spending. Queries HUD ArcGIS open data (no auth required). Args: state: Two-letter US state abbreviation (e.g. 'CA', 'NY'). limit: Maximum number of records to return (default 50, max 500).
    Connector