ServiceGraph

Access ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • List Tags: Returns the catalog of fields, kinds, operators, and (optionally) value lists that the filter DSL accepts. Call this once per session to discover what you can query. Use include_values=true
  • Check Filter: Validates a filter DSL string without executing it. Returns {valid, normalized, tables_used, param_count} on success or {valid:false, error:{code,message,position}} on parse error. Cheap
  • Explore Firms: Counts and per-facet breakdowns for the catalog under a filter. Use this BEFORE search_firms to size the query and choose narrowing facets. Does not return any individual firms and does

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Access ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design) with filters for industry, services offered, location, size, ratings, and third-party listing presence.

Список инструментов сервера (6)

Технические названия из tools/list. Нужны только разработчикам.

list_tagsReturns the catalog of fields, kinds, operators, and (optionally) value lists that the filter DSL accepts. Call this once per session to discover what you can query. Use include_values=true to expand the value list for every field; pass q to filter by name/description substring.
check_filterValidates a filter DSL string without executing it. Returns {valid, normalized, tables_used, param_count} on success or {valid:false, error:{code,message,position}} on parse error. Cheap; use it before search_firms / explore_firms to sanity-check generated filters.
explore_firmsCounts and per-facet breakdowns for the catalog under a filter. Use this BEFORE search_firms to size the query and choose narrowing facets. Does not return any individual firms and does not consume monthly quota. When the filtered set has fewer than 20 firms, breakdowns are suppressed and count returns "<20".
search_firmsReturns brief firm cards under a filter DSL. Costs against the calling user's monthly unique-firm-view quota; re-pages and overlapping queries are free for the overlap. Brief cards do NOT include apex, url, phone, email, or address — call get_firm with the firm_id from a search result for the full disclosure bundle. Always start with list_tags to learn what fields exist, and consider explore_firms first to size the query.
get_firmReturns the full disclosure bundle (apex, url, phone, email, social, legal name, address) for a single firm by firm_id. firm_id is sha256(apex.lower().rstrip(".")).hexdigest()[:12]. Costs 1 against the monthly /get quota the first time a firm is fetched in a calendar month; re-fetches in the same month are free. 404s are not charged.
catalog_statsTop-level catalog statistics — total firm count, per-industry breakdowns, coverage percentages for facets and contact info. Use this for "what's in the catalog overall" rather than to find specific firms.
ServiceGraph: подключить к Claude, ChatGPT, Cursor · Connectors.fun