-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
50 lines (50 loc) · 1.4 KB
/
server.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.markifact/mcp",
"title": "Markifact: AI Performance Marketing",
"description": "AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.",
"version": "1.0.2",
"websiteUrl": "https://markifact.com",
"repository": {
"url": "https://github.com/markifact/markifact-mcp",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://api.markifact.com/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": [
"marketing",
"advertising",
"analytics",
"ecommerce",
"crm"
],
"tags": [
"google-ads",
"meta-ads",
"ga4",
"tiktok-ads",
"linkedin-ads",
"shopify",
"hubspot",
"klaviyo",
"pmax"
],
"license": "MIT",
"privacyPolicyUrl": "https://www.markifact.com/privacy-policy",
"termsOfServiceUrl": "https://www.markifact.com/terms-conditions",
"supportContact": "contact@markifact.com",
"authentication": {
"type": "oauth2",
"flow": "authorization_code",
"pkceRequired": true,
"protectedResourceMetadataUrl": "https://api.markifact.com/.well-known/oauth-protected-resource"
}
}
}
}