Skip to content

Commit be048a5

Browse files
Add Parallel Search MCP server (#276)
Signed-off-by: georgeatparallel <george@parallel.ai>
1 parent 4ba5ee5 commit be048a5

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ai.parallel-search-mcp",
4+
"name": "Parallel Search",
5+
"alias": "parallel",
6+
"description": "Search the live web and fetch clean content from URLs through a hosted MCP endpoint that requires no account or API key.",
7+
"logo": "https://assets.parallel.ai/dark-parallel-avatar-270.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"documentation",
12+
"ai-ml"
13+
],
14+
"tags": [
15+
"parallel",
16+
"search",
17+
"web-search",
18+
"web-fetch",
19+
"research",
20+
"streamable-http"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://search.parallel.ai/mcp",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "none",
31+
"instructions": "No account, API key, or OAuth flow is required."
32+
},
33+
"contributor": {
34+
"name": "Parallel",
35+
"github": "parallel-web",
36+
"url": "https://parallel.ai"
37+
},
38+
"links": {
39+
"homepage": "https://parallel.ai",
40+
"documentation": "https://docs.parallel.ai/integrations/mcp/search-mcp"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": true
50+
}
51+
}

0 commit comments

Comments
 (0)