Skip to content

Commit 45d141d

Browse files
Add Fanvault MCP server (#263)
Signed-off-by: Kayvon Moshiri <kayvonmoshiri@gmail.com>
1 parent e6911ed commit 45d141d

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.fanvault-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.fanvault-mcp",
4+
"name": "Fanvault",
5+
"alias": "fanvault",
6+
"description": "Run creator storefronts, listings, digital products, orders, content, fulfillment, messages, and analytics through AI.",
7+
"logo": "https://raw.githubusercontent.com/thefanvault/fanvault-mcp/main/assets/icon-512.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity"
11+
],
12+
"tags": [
13+
"creator-commerce",
14+
"ecommerce",
15+
"storefront",
16+
"listings",
17+
"orders",
18+
"analytics"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://fanvault.shop/mcp",
23+
"metadata": {
24+
"inputs": []
25+
}
26+
},
27+
"auth": {
28+
"type": "oauth",
29+
"instructions": "Connect a Fanvault account through OAuth 2.1. Scoped personal access tokens are also supported for clients that accept bearer tokens."
30+
},
31+
"contributor": {
32+
"name": "Fanvault",
33+
"github": "thefanvault",
34+
"url": "https://fanvault.shop"
35+
},
36+
"links": {
37+
"repository": "https://github.com/thefanvault/fanvault-mcp",
38+
"homepage": "https://fanvault.shop",
39+
"documentation": "https://fanvault.shop/developers/mcp"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)