Skip to content

Commit 44df82a

Browse files
claudeits-mash
authored andcommitted
Add Val Town MCP server definition (Remote HTTP)
Official Val Town remote MCP server for deploying and managing serverless JavaScript functions with OAuth authentication at api.val.town/v3/mcp. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit 44df82a

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

servers/town.val-mcp.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "town.val-mcp",
4+
"name": "Val Town",
5+
"alias": "valtown",
6+
"description": "Deploy and manage serverless JavaScript functions on Val Town. Create vals, manage projects, and deploy with instant live URLs.",
7+
"icon": "https://avatars.githubusercontent.com/u/114268765?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools", "cloud"],
10+
"tags": ["val-town", "serverless", "javascript", "deployment", "functions"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://api.val.town/v3/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connects via OAuth. Your MCP host will initiate the Val Town OAuth flow to authorize access to your account."
23+
},
24+
25+
"contributor": {
26+
"name": "Val Town",
27+
"github": "val-town",
28+
"url": "https://val.town"
29+
},
30+
31+
"links": {
32+
"homepage": "https://val.town",
33+
"documentation": "https://docs.val.town/guides/prompting/mcp/"
34+
},
35+
36+
"platforms": ["all"],
37+
38+
"capabilities": {
39+
"tools": true,
40+
"resources": false,
41+
"prompts": false,
42+
"read_only_mode": false
43+
}
44+
}

0 commit comments

Comments
 (0)