MCPcopy Create free account

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

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

↓ 1 callersFunctionexchangeCode
(input: { code: string; clientId: string; clientSecret: string; redirectUri: string; })
src/server/features/gsc/selfHostedOAuth.ts:223
↓ 1 callersFunctionexit
(message: string)
scripts/seed-rank-tracking.ts:373
↓ 1 callersFunctionexplorePrompt
( input: PromptExplorerInput, billingCustomer: BillingCustomerContext, )
src/server/features/ai-search/services/promptExplorer.ts:41
↓ 1 callersFunctionexportBacklinksTabCsv
(args: { tab: BacklinksSearchState["tab"]; target: string; headers: string[]; rows: CsvValue[][]; })
src/client/features/backlinks/export.ts:112
↓ 1 callersFunctionexportPages
( pages: AuditResultsData["pages"], format: "csv" | "json" | "sheets", )
src/client/features/audit/results/export.ts:62
↓ 1 callersFunctionexportPerformance
( lighthouse: AuditResultsData["lighthouse"], pages: AuditResultsData["pages"], format: "csv" | "json" |
src/client/features/audit/results/export.ts:97
↓ 1 callersFunctionexportRankTrackingCsv
( sorted: RankTrackingRow[], showDesktop: boolean, showMobile: boolean, domain: string, )
src/client/features/rank-tracking/RankTrackingTableParts.tsx:239
↓ 1 callersFunctionexportRankTrackingToSheets
( sorted: RankTrackingRow[], showDesktop: boolean, showMobile: boolean, )
src/client/features/rank-tracking/RankTrackingTableParts.tsx:226
↓ 1 callersFunctionexportSavedKeywords
( input: ExportSavedKeywordsInput, )
src/server/features/keywords/services/research/saved-keywords.ts:143
↓ 1 callersFunctionextractCitations
( response: LlmResponseResult, )
src/server/features/ai-search/services/promptExplorer.ts:208
↓ 1 callersFunctionextractHostname
(url: string)
src/client/features/audit/shared.tsx:13
↓ 1 callersFunctionextractProjectId
(data: unknown)
src/middleware/ensureUser.ts:8
↓ 1 callersFunctionextractText
(response: LlmResponseResult)
src/server/features/ai-search/services/promptExplorer.ts:195
↓ 1 callersFunctionextractThinkingBlocks
* Reasoning models (e.g. Perplexity sonar-reasoning-pro) wrap their chain of * thought in `<think>...</think>` tags inline with the answer. Pull thos
src/client/features/ai-search/components/MarkdownAnswer.tsx:135
↓ 1 callersFunctionextractTitle
(html: string)
src/server/features/onboarding/scrape.ts:112
↓ 1 callersFunctionextractUrlPath
(url: string)
src/client/features/backlinks/backlinksPageUtils.ts:108
↓ 1 callersFunctionfetchAutoRows
( input: ResearchKeywordsInput, seedKeyword: string, billingCustomer: BillingCustomerContext, creditFe
src/server/features/keywords/services/research/research.ts:115
↓ 1 callersFunctionfetchAutumnEventsPage
(args: { customerId: string; end: number; offset: number; start: number; })
src/serverFunctions/billing.ts:98
↓ 1 callersFunctionfetchBacklinksHistory
(input: BacklinksTimeseriesRequest)
src/server/lib/dataforseo/backlinks.ts:306
↓ 1 callersFunctionfetchBacklinksRows
(input: BacklinksListRequest)
src/server/lib/dataforseo/backlinks.ts:208
↓ 1 callersFunctionfetchBatchMetrics
( client: ReturnType<typeof createDataforseoClient>, request: { keywords: string[]; locationCode: number;
src/server/features/keywords/services/research/refresh-metrics.ts:43
↓ 1 callersFunctionfetchCrossAggregated
* One cross_aggregated_metrics call per platform (ChatGPT forced to US/en), * each comparing the target against the competitors. Settled per-platform
src/server/features/ai-search/services/brandLookup.ts:244
↓ 1 callersFunctionfetchDomainRating
(domain: string)
src/serverFunctions/ahrefs.ts:91
↓ 1 callersFunctionfetchGithubStarCount
()
web/src/routes/_marketing.tsx:22
↓ 1 callersFunctionfetchGoogleAdsResearchRows
( params: Omit<FetchResearchRowsParams, "source">, billingCustomer: BillingCustomerContext, )
src/server/features/keywords/services/research/research-data.ts:102
↓ 1 callersFunctionfetchGoogleAdsRows
( input: ResearchKeywordsInput, seedKeyword: string, billingCustomer: BillingCustomerContext, creditFe
src/server/features/keywords/services/research/research.ts:177
↓ 1 callersFunctionfetchLighthouseResult
( url: string, pageId: string, strategy: "mobile" | "desktop", billingCustomer: BillingCustomerContext
src/server/lib/audit/lighthouse.ts:17
↓ 1 callersFunctionfetchLlmResponse
( input: LlmResponsesInput, )
src/server/lib/dataforseo/ai.ts:348
↓ 1 callersFunctionfetchManualRows
( mode: Exclude<KeywordMode, "auto">, input: ResearchKeywordsInput, seedKeyword: string, billingCustom
src/server/features/keywords/services/research/research.ts:212
↓ 1 callersFunctionfetchModelResponse
(args: RunModelArgs)
src/server/features/ai-search/services/promptExplorer.ts:134
↓ 1 callersFunctionfetchPlatformData
( platform: LlmPlatform, detected: ReturnType<typeof detectTarget>, input: PlatformFetchInput, datafor
src/server/features/ai-search/services/brandLookup.ts:169
↓ 1 callersFunctionfetchQuestionsAnswers
(input: { keyword: string; locationCoordinate: string; languageCode: string; depth: number; })
src/server/lib/dataforseo/business.ts:64
↓ 1 callersFunctionfetchRelatedRows
( params: Omit<FetchResearchRowsParams, "source">, dataforseo: ReturnType<typeof createDataforseoClient>,
src/server/features/keywords/services/research/research-data.ts:118
↓ 1 callersFunctionfetchResearchRowsBySource
( params: FetchResearchRowsParams, billingCustomer: BillingCustomerContext, )
src/server/features/keywords/services/research/research-data.ts:141
↓ 1 callersFunctionfetchSitemapDocumentWithRetry
(sitemapUrl: string)
src/server/lib/audit/discovery.ts:122
↓ 1 callersFunctionfilterPages
(rows: PageRow[], filters: PagesFilters)
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:73
↓ 1 callersFunctionfilterPerformanceRows
( rows: PerformanceRowData[], filters: PerformanceFilters, )
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:106
↓ 1 callersFunctionfilterQueries
( rows: BrandLookupResult["topQueries"], filters: QueriesFilterValues, )
src/client/features/ai-search/brandLookupFiltering.ts:70
↓ 1 callersFunctionfilterTopPages
( rows: BrandLookupResult["topPages"], filters: TopPagesFilterValues, )
src/client/features/ai-search/brandLookupFiltering.ts:39
↓ 1 callersFunctionfinalizeAudit
(args: { step: WorkflowStep; auditId: string; workflowInstanceId: string; billingCustomer: BillingCust
src/server/workflows/siteAuditWorkflowPhases.ts:256
↓ 1 callersFunctionfinalizeRankCheckRun
(input: { runId: string; configId: string; projectId: string; billingCustomer: BillingCustomerContext;
src/server/workflows/RankCheckWorkflow.ts:123
↓ 1 callersFunctionformatBusinessLocationCoordinate
(near: z.infer<typeof nearSchema>)
src/server/mcp/tools/dataforseo-research-tools.ts:357
↓ 1 callersFunctionformatBytes
(bytes: number)
src/client/features/lighthouse/issues/LighthouseIssueRow.tsx:105
↓ 1 callersFunctionformatCompactNumber
(value: number | null | undefined)
src/client/features/keywords/utils.ts:26
↓ 1 callersFunctionformatCountryLabel
(code: WebSearchCountryCode)
src/client/features/ai-search/platformLabels.ts:97
↓ 1 callersFunctionformatDataforseoErrorPayload
(value: unknown)
src/server/lib/dataforseo/core.ts:35
↓ 1 callersFunctionformatDataforseoRequestPath
(url: RequestInfo)
src/server/lib/dataforseo/core.ts:52
↓ 1 callersFunctionformatDate
(dateStr: string)
src/client/features/audit/shared.tsx:21
↓ 1 callersFunctionformatDate
(value: string)
src/client/features/rank-tracking/RankTrackingHistoryMatrix.tsx:140
↓ 1 callersFunctionformatLinkType
(value: boolean | null | undefined)
src/server/mcp/tools/get-backlinks-profile.ts:79
↓ 1 callersFunctionformatLocalSerpCoordinate
(near: z.infer<typeof localSerpNearSchema>)
src/server/mcp/tools/dataforseo-research-tools.ts:369
↓ 1 callersFunctionformatMetric
(value: unknown)
src/server/mcp/tools/get-backlinks-profile.ts:75
↓ 1 callersFunctionformatMonthLabel
(value: string)
src/client/features/backlinks/backlinksPageUtils.ts:88
↓ 1 callersFunctionformatMs
(ms: number)
src/client/features/lighthouse/issues/LighthouseIssueRow.tsx:100
↓ 1 callersFunctionformatQuestionsAnswersCoordinate
(near: z.infer<typeof nearSchema>)
src/server/mcp/tools/dataforseo-research-tools.ts:361
↓ 1 callersFunctionformatRange
( page: number, pageSize: number, totalCount: number | null, )
src/client/components/table/TablePagination.tsx:14
↓ 1 callersFunctionformatRange
( page: number, pageSize: number, totalCount: number | null, )
src/client/features/domain/components/DomainKeywordsPagination.tsx:16
↓ 1 callersFunctionformatRelative
(iso: string)
src/client/features/ai-search/components/BrandLookupResults.tsx:206
↓ 1 callersFunctionformatRelativeTimestamp
(value: string)
src/client/features/backlinks/backlinksPageUtils.ts:97
↓ 1 callersFunctionformatSavedKeywordDate
(value: string | null | undefined)
src/client/features/saved-keywords/savedKeywordsUtils.ts:47
↓ 1 callersFunctionformatSavedKeywordNumber
(value: number | null | undefined)
src/client/features/saved-keywords/savedKeywordsUtils.ts:42
↓ 1 callersFunctionformatStarCount
(count: number)
web/src/routes/_marketing.tsx:17
↓ 1 callersFunctionformatStartedAt
(dateStr: string)
src/client/features/audit/shared.tsx:29
↓ 1 callersFunctionformatStatus
(row: { isLost?: boolean | null; isBroken?: boolean | null; })
src/server/mcp/tools/get-backlinks-profile.ts:85
↓ 1 callersFunctionformatTrendRangeLabel
(trend: KeywordResearchRow["trend"])
src/client/features/keywords/page/KeywordResearchDesktopResults.tsx:55
↓ 1 callersFunctiongenerateTabId
()
src/client/features/search-tabs/useSearchTabs.ts:180
↓ 1 callersFunctiongetAuditForProject
(auditId: string, projectId: string)
src/server/features/audit/repositories/AuditRepository.ts:192
↓ 1 callersFunctiongetAuth
(extra: ToolExtra)
src/server/mcp/context.ts:88
↓ 1 callersFunctiongetAuthorizeSessionBlocker
(request: Request)
src/server/mcp/oauth-provider.ts:137
↓ 1 callersFunctiongetBrowserPostHogClient
()
src/client/lib/posthog.ts:12
↓ 1 callersFunctiongetCategoryCounts
( allIssues: LighthouseIssue[], )
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:223
↓ 1 callersFunctiongetCommitSubjects
@param {readonly string[]} rangeArgs
scripts/release-notes.mjs:179
↓ 1 callersFunctiongetConfigsForProject
(projectId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:39
↓ 1 callersFunctiongetContentPost
(slugs: string[])
web/src/lib/content.functions.ts:31
↓ 1 callersFunctiongetContentPosts
()
web/src/lib/content.functions.ts:43
↓ 1 callersFunctiongetCrawlProgress
(auditId: string, projectId: string)
src/server/features/audit/services/AuditService.ts:153
↓ 1 callersFunctiongetCreditFeatureFromUsageEvent
( event: BillingUsageEvent, )
src/client/features/billing/BillingFeatureBreakdown.tsx:103
↓ 1 callersFunctiongetCustomerId
(payload: AutumnWebhookPayload)
src/server/billing/autumn-webhook.ts:64
↓ 1 callersFunctiongetDefaultFromTag
()
scripts/release-notes.mjs:125
↓ 1 callersFunctiongetDefaultHostedOrganizationName
(user: HostedUser)
src/server/auth/default-hosted-organization.ts:22
↓ 1 callersFunctiongetDefaultHostedOrganizationSlug
(user: HostedUser)
src/server/auth/default-hosted-organization.ts:27
↓ 1 callersFunctiongetDefaultToRef
@param {string | undefined} repo
scripts/release-notes.mjs:174
↓ 1 callersFunctiongetDelegatedOrganizationId
(userId: string)
src/server/auth/delegated-organization.ts:5
↓ 1 callersFunctiongetDelegatedOrganizationName
(email: string, userId: string)
src/server/auth/delegated-organization.ts:9
↓ 1 callersFunctiongetDelegatedOrganizationSlug
(email: string, userId: string)
src/server/auth/delegated-organization.ts:13
↓ 1 callersFunctiongetDomainRouteState
( search: DomainSearchParams, )
src/client/features/domain/domainRouteState.ts:45
↓ 1 callersFunctiongetDomainSearchChangeValidationErrors
( value: DomainControlsValues, shouldValidateUntouchedField: boolean, shouldValidateFormat: boolean, )
src/client/features/domain/domainSearchValidation.ts:25
↓ 1 callersFunctiongetDomainWebsiteHref
(domain: string)
src/client/features/backlinks/ReferringDomainsTable.tsx:161
↓ 1 callersFunctiongetFilterMeta
({ values, appliedFilters, fields, countConditions, }: { values: TValues; appliedFilters: TValues;
src/client/features/domain/components/DomainFilterPanel.tsx:250
↓ 1 callersFunctiongetForwardedProtocol
(request: Request)
src/server/mcp/public-origin.ts:5
↓ 1 callersFunctiongetGoogleAccountId
(tokens: GoogleTokenResponse)
src/server/features/gsc/selfHostedOAuth.ts:152
↓ 1 callersFunctiongetGrantedMcpScopes
(requestedScopes: string[])
src/server/mcp/oauth-provider.ts:223
↓ 1 callersFunctiongetHistorySearchUpdate
( item: DomainSearchHistoryItem, )
src/client/features/domain/DomainOverviewPage.tsx:123
↓ 1 callersFunctiongetHostedUser
(userId: string)
src/server/auth/default-hosted-organization.ts:45
↓ 1 callersFunctiongetJsonFromR2
(key: string)
src/server/lib/r2.ts:3
↓ 1 callersFunctiongetJwks
(teamDomain: string)
src/middleware/ensure-user/cloudflareAccess.ts:12
↓ 1 callersFunctiongetKeywordE2eFixtures
()
src/serverFunctions/keywords.ts:21
↓ 1 callersFunctiongetKeywordTabCapacityError
( value: KeywordControlsValues, openKeywordTabs: readonly KeywordTabValidationInput[] | undefined, keywo
src/client/features/keywords/hooks/useKeywordControlsForm.ts:69
↓ 1 callersFunctiongetLanguageOptions
( locationCode: number, )
src/shared/keyword-locations.ts:700
↓ 1 callersFunctiongetLast30DayUsageRange
()
src/client/features/billing/BillingFeatureBreakdown.tsx:40
← previousnext →701–800 of 1,984, ranked by callers