MCPcopy Create free account

hub / github.com/every-app/open-seo / functions

Functions1,984 in github.com/every-app/open-seo

↓ 172 callersFunctiontext
(result: { content?: Array<{ type: string; text?: string }> })
src/server/mcp/tools/tool-text-output.test.ts:84
↓ 98 callersMethoderror
* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.m
worker-configuration.d.ts:165
↓ 90 callersMethodget
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)
worker-configuration.d.ts:1844
↓ 79 callersMethodreplace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1549
↓ 79 callersMethodset
* Set a new stored value
worker-configuration.d.ts:9678
↓ 57 callersFunctionreadPath
(source: unknown, ...path: string[])
src/server/mcp/table.ts:53
↓ 49 callersMethodvalues
(options?: ReadableStreamValuesOptions)
worker-configuration.d.ts:2199
↓ 47 callersFunctioncaptureClientEvent
( event: string, properties?: Record<string, unknown>, )
src/client/lib/posthog.ts:95
↓ 46 callersMethodtoString
()
worker-configuration.d.ts:503
↓ 43 callersFunctiongetStandardErrorMessage
( error: unknown, fallback: string = STANDARD_MESSAGES.INTERNAL_ERROR, )
src/client/lib/error-messages.ts:33
↓ 35 callersMethodlog
* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
worker-configuration.d.ts:195
↓ 33 callersFunctioncreateDataforseoClient
(customer: BillingCustomerContext)
src/server/lib/dataforseo/client.ts:82
↓ 32 callersFunctionassertOk
( response: DataforseoResponseLike<T> | null, options: AssertOkOptions = {}, )
src/server/lib/dataforseo/envelope.ts:109
↓ 32 callersFunctionmcpResponse
(opts: { text: string; meta?: McpResponseMeta; structuredContent?: Record<string, unknown>; })
src/server/mcp/formatters.ts:12
↓ 31 callersMethodjson
()
worker-configuration.d.ts:1997
↓ 28 callersFunctionbuildTaskBilling
( task: DataforseoTaskLike, )
src/server/lib/dataforseo/envelope.ts:72
↓ 27 callersFunctionmeter
* Wraps a section fetcher with billing metering. Each entry on the client is * `meter(customer, fetcher, defaultFeature?)`, which returns a function
src/server/lib/dataforseo/client.ts:69
↓ 24 callersMethoddelete
(key: Key)
worker-configuration.d.ts:1874
↓ 23 callersFunctioninstrumentMcpToolHandler
( toolName: string, outputSchema: AnySchema | ZodRawShapeCompat | undefined, handler: ToolHandler<TArgs>
src/server/mcp/instrumentation.ts:34
↓ 22 callersFunctionisHostedClientAuthMode
()
src/lib/auth-mode.ts:17
↓ 21 callersFunctionwithMcpProjectAuth
( handler: ( args: TArgs, context: McpProjectAuthContext, ) => Promise<TResult> | TResult, )
src/server/mcp/project-auth.ts:36
↓ 20 callersFunctionbuildPageSeo
({ title, path, description, titleSuffix, ogType = "website", imageAlt = DEFAULT_SOCIAL_IMAGE_ALT,
web/src/lib/seo.ts:31
↓ 20 callersFunctionbuildProjectMeta
( context: { auth: Pick<McpAuth, "organizationId">; baseUrl: string }, projectId: string, path?: string,
src/server/mcp/context.ts:105
↓ 20 callersFunctionmapDataforseoPathToCreditFeature
( path: readonly string[], )
src/shared/billing-credit-features.ts:30
↓ 18 callersFunctionformatNumber
(value: number | null | undefined)
src/client/features/backlinks/backlinksPageUtils.ts:60
↓ 18 callersFunctionisHostedServerAuthMode
()
src/server/lib/runtime-env.ts:27
↓ 18 callersFunctiontoNumberOrUndefined
(value: string)
src/client/features/backlinks/backlinksFilterTypes.ts:134
↓ 17 callersFunctionbuildCsv
(headers: string[], rows: CsvValue[][])
src/client/lib/csv.ts:7
↓ 17 callersFunctiondevice
( position: number | null, previousPosition: number | null, )
src/client/features/rank-tracking/rankTrackingScorecards.test.ts:8
↓ 17 callersFunctionexportTableToSheets
(args: { headers: string[]; rows: CsvValue[][]; feature: string; })
src/client/lib/exportToSheets.ts:49
↓ 17 callersFunctiongetFieldError
(errors: readonly unknown[])
src/client/lib/forms.ts:69
↓ 16 callersFunctionfetch
(request, env)
src/server/mcp/oauth-provider.ts:361
↓ 16 callersFunctionformatMcpCell
(value: unknown)
src/server/mcp/table.ts:16
↓ 16 callersFunctionformatMcpTable
( rows: readonly T[], columns: readonly McpTableColumn<T>[], )
src/server/mcp/table.ts:35
↓ 16 callersFunctionrow
( desktop: RankTrackingDeviceResult, mobile: RankTrackingDeviceResult = device(null, null), searchVolume
src/client/features/rank-tracking/rankTrackingScorecards.test.ts:15
↓ 15 callersMethodlimit
* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @
worker-configuration.d.ts:10085
↓ 15 callersMethodtext
()
worker-configuration.d.ts:1996
↓ 14 callersFunctioncollectNumericRange
( out: FilterClause[], field: string, min: number | undefined, max: number | undefined, )
src/server/lib/dataforseo/filters.ts:25
↓ 14 callersFunctionnumberToFilterString
(value: number | undefined)
src/client/features/domain/domainRouteState.ts:40
↓ 14 callersMethodwarn
* The **`console.warn()`** static method outputs a warning message to the console at the 'warning' log level. * * [MDN Reference](https://de
worker-configuration.d.ts:232
↓ 13 callersFunctiondebugDomain
(event: string, payload?: DebugPayload)
src/client/features/domain/domainDebug.ts:13
↓ 13 callersFunctionexpectPageResponsive
(page: Page, label: string)
e2e/domain-overview-test-utils.ts:334
↓ 13 callersFunctionnormalizeAuthRedirect
(value: string | null | undefined)
src/lib/auth-redirect.ts:5
↓ 13 callersFunctionnormalizeBacklinksTarget
( input: string, options: NormalizeBacklinksTargetOptions = {}, )
src/server/lib/dataforseoBacklinksTarget.ts:26
↓ 13 callersFunctionuseAppTable
(options: UseAppTableOptions<TData>)
src/client/components/table/AppDataTable.tsx:43
↓ 12 callersFunctioncreateFormValidationErrors
({ fields, form, }: { fields?: Record<string, string | null | undefined>; form?: string | null | undef
src/client/lib/forms.ts:17
↓ 12 callersFunctiondownloadCsv
(filename: string, content: string)
src/client/lib/csv.ts:52
↓ 12 callersFunctionisSameOrigin
(url: string, origin: string)
src/server/lib/audit/url-utils.ts:63
↓ 12 callersFunctionnormalizeUrl
(url: string, base?: string)
src/server/lib/audit/url-utils.ts:13
↓ 11 callersFunctionbuildKeywordFilters
( filters: DomainKeywordsFilters, searchTerm?: string, )
src/server/features/domain/services/domainKeywordFilters.ts:40
↓ 11 callersFunctioncaptureServerEvent
(args: { distinctId: string; event: string; properties?: Record<string, unknown>; organizationId: stri
src/server/lib/posthog.ts:42
↓ 11 callersFunctiongetSignInSearch
(redirectTo: string)
src/lib/auth-redirect.ts:68
↓ 11 callersFunctionnormalizeDomainInput
( input: string, includeSubdomains: boolean, )
src/server/lib/domainUtils.ts:16
↓ 11 callersFunctionopenFilters
(page: Page)
e2e/domain-overview-test-utils.ts:236
↓ 11 callersFunctionparseTaskItems
( endpoint: string, task: DataforseoTaskLike, itemSchema: T, )
src/server/lib/dataforseo/envelope.ts:163
↓ 11 callersFunctiontypeIntoDraftInput
( page: Page, input: Locator, value: string, label: string, options?: { actionTimeoutMs?: number
e2e/domain-overview-test-utils.ts:270
↓ 11 callersFunctionwaitUntil
()
src/server/mcp/transport.test.ts:54
↓ 10 callersFunctionbuildCacheKey
( prefix: string, params: Record<string, unknown>, )
src/server/lib/r2-cache.ts:18
↓ 10 callersFunctioncopyTableToClipboard
( headers: string[], rows: CsvValue[][], )
src/client/lib/clipboard.ts:5
↓ 10 callersFunctioncreateGscClient
(opts: { userId: string })
src/server/lib/gscClient.ts:102
↓ 10 callersFunctiongetLanguageCode
(locationCode: number)
src/shared/keyword-locations.ts:661
↓ 10 callersFunctionmakeRow
( keyword: string, index: number, overrides: Partial<KeywordResearchRow> = {}, )
e2e/fixtures/keyword-research-fixtures.ts:19
↓ 10 callersFunctiontoNumberOrUndefined
(value: string)
src/client/features/domain/hooks/useDomainKeywordsQuery.ts:25
↓ 9 callersFunctionbuildLlmTarget
(input: { type: "domain" | "keyword"; value: string; })
src/server/lib/dataforseo/ai.ts:77
↓ 9 callersFunctiondetectTarget
(rawInput: string)
src/shared/targetDetection.ts:13
↓ 9 callersFunctiongetKeywordDataProvider
( locationCode: number, )
src/shared/keyword-locations.ts:722
↓ 9 callersFunctiongetPublicOrigin
(request: Request)
src/server/mcp/public-origin.ts:10
↓ 9 callersFunctionisHostedAuthMode
(value: string | null | undefined)
src/lib/auth-mode.ts:13
↓ 9 callersFunctionisLabsLocationCode
(locationCode: number)
src/shared/keyword-locations.ts:713
↓ 9 callersFunctionisValidDomainHost
(host: string)
src/types/schemas/domain.ts:20
↓ 9 callersFunctionjsonCodec
(schema: z.ZodType<Output>)
src/shared/json.ts:3
↓ 9 callersFunctionsafeHostname
(value: string | null | undefined)
src/server/features/ai-search/safeUrl.ts:31
↓ 9 callersFunctionsafeHttpUrl
(value: string | null | undefined)
src/server/features/ai-search/safeUrl.ts:13
↓ 9 callersFunctiontextOf
(result: { content?: Array<{ type: string; text?: string }>; })
src/server/mcp/tools/dataforseo-research-tools.test.ts:51
↓ 9 callersMethodtransform
* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param tran
worker-configuration.d.ts:9817
↓ 8 callersFunctionbuildSearchAnalyticsRequest
( input: GscPerformanceInput, today: Date = new Date(), )
src/server/features/gsc/searchAnalytics.ts:133
↓ 8 callersFunctionbuildStoredMetric
( audit: RawLighthouseAudit | undefined, )
src/server/lib/lighthouseStoredPayload.ts:93
↓ 8 callersFunctionbySegment
(seg: string)
src/client/navigation/items.ts:84
↓ 8 callersFunctioncomputeNextCheckAt
( interval: ScheduledRankTrackingInterval, previousNextCheckAt?: string | null, )
src/shared/rank-tracking.ts:118
↓ 8 callersFunctionensureFiltersOpen
(page: Page, expectedLabel: string)
e2e/domain-overview-test-utils.ts:248
↓ 8 callersFunctiongetCached
(key: string)
src/server/lib/r2-cache.ts:34
↓ 8 callersFunctiongetErrorCode
(error: unknown)
src/client/lib/error-messages.ts:43
↓ 8 callersFunctiongetFormError
(error: unknown)
src/client/lib/forms.ts:43
↓ 8 callersFunctiongetSubscribeRouteState
(args: { hasSession: boolean; isCustomerLoading: boolean; isCustomerError: boolean; hasManagedAccess:
src/client/features/billing/route-state.ts:20
↓ 8 callersFunctioninferBacklinksSearchScopeFromTarget
( target: string, )
src/client/features/backlinks/backlinksSearchScope.ts:3
↓ 8 callersMethodinfo
* The **`console.info()`** static method outputs a message to the console at the 'info' log level. * * [MDN Reference](https://developer.moz
worker-configuration.d.ts:189
↓ 8 callersFunctionisLighthouseFailure
(row: LighthouseFailureFields)
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:69
↓ 8 callersFunctionjsonResponse
(body: unknown, init?: ResponseInit)
src/server/mcp/oauth-provider.ts:96
↓ 8 callersFunctionlabsApi
()
src/server/lib/dataforseo/core.ts:122
↓ 8 callersFunctionlinkCell
Renders nothing for status rows, the link cell otherwise.
src/client/features/backlinks/BacklinksTableColumns.tsx:122
↓ 8 callersFunctionmakeSummary
( id: string, domain: string, devices: DomainSummary["devices"], locationCode: number, )
src/client/features/rank-tracking/RankTrackingFilters.test.ts:52
↓ 8 callersFunctionmatchesPositionFilter
( position: number | null, minValue: string, maxValue: string, )
src/client/features/rank-tracking/RankTrackingFilters.tsx:366
↓ 8 callersFunctionmockClipboard
()
src/client/lib/clipboard.test.ts:16
↓ 8 callersFunctionnormalizeAndValidateStartUrl
( input: string, )
src/server/lib/audit/url-policy.ts:189
↓ 8 callersFunctionopenDomainOverview
(page: Page, tab: DomainTab)
e2e/domain-overview-test-utils.ts:167
↓ 8 callersFunctionrunQuery
(sql: string)
scripts/d1-default-project-cleanup.ts:615
↓ 8 callersFunctionsetCached
( key: string, data: T, ttlSeconds: number, )
src/server/lib/r2-cache.ts:51
↓ 7 callersFunctionapplyDomainListFilters
( configs: T[], filters: DomainListFilters, )
src/client/features/rank-tracking/RankTrackingFilters.tsx:266
↓ 7 callersFunctionapplyFilters
( page: Page, expectedParam = "minTraffic", expectedValue = "10", )
e2e/domain-overview-test-utils.ts:255
↓ 7 callersFunctionasAppError
(error: unknown)
src/server/lib/errors.ts:14
next →1–100 of 1,984, ranked by callers