-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmithery.yaml
More file actions
55 lines (53 loc) · 1.95 KB
/
smithery.yaml
File metadata and controls
55 lines (53 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
startCommand:
type: stdio
configSchema:
type: object
properties:
GSC_SERVICE_ACCOUNT_JSON:
type: string
description: Base64-encoded Google service account JSON with Search Console read access.
GSC_SITE_URL:
type: string
description: Search Console site URL (e.g. sc-domain:example.com or https://example.com/).
MATOMO_URL:
type: string
description: Matomo instance URL (e.g. https://example.com/analytics).
MATOMO_TOKEN:
type: string
description: Matomo auth token with view access.
MATOMO_SITE_ID:
type: string
description: Matomo idSite for the site to query.
GA4_PROPERTY_ID:
type: string
description: GA4 property ID (numeric, no G- prefix).
GA4_SERVICE_ACCOUNT_JSON:
type: string
description: Base64-encoded Google service account JSON with GA4 Data API access.
CLARITY_PROJECT_ID:
type: string
description: Microsoft Clarity project ID.
CLARITY_API_TOKEN:
type: string
description: Microsoft Clarity Data Export API token.
POSTS_SITEMAP_URL:
type: string
description: XML sitemap URL used to enumerate posts. The primary platform-agnostic discovery path.
POSTS_LIST:
type: string
description: Optional JSON array of {url, title?, published_at?, tags?, word_count?} overriding sitemap discovery.
GHOST_ADMIN_API_URL:
type: string
description: Optional. Ghost Admin API base URL. When set together with GHOST_ADMIN_API_KEY, Ghost is used as a richer metadata source.
GHOST_ADMIN_API_KEY:
type: string
description: Optional. Ghost Admin API key in the form id:secret. Pair with GHOST_ADMIN_API_URL.
CITATION_INTELLIGENCE_URL:
type: string
description: Optional URL of a citation-intelligence MCP server to delegate AI-citation queries to.
required: []
commandFunction: |-
() => ({
command: "npx",
args: ["-y", "@automatelab/seo-performance-mcp"]
})