Skip to content

Commit e51884f

Browse files
authored
Add seven paid remote MCP servers (#128)
* Add space.agentmemory-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> * Add space.syntheticuserlab-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> * Add com.clauxel-mcpriskledger Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> * Add space.mcploadbudgeter-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> * Add space.servercardtrust-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> * Add com.clauxel-dbqueryguard Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> * Add com.clauxel-toolbudgetrouter Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --------- Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com>
1 parent b55a322 commit e51884f

7 files changed

Lines changed: 469 additions & 0 deletions
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.clauxel-dbqueryguard",
4+
"name": "DB Query Guard MCP",
5+
"alias": "dbqueryguard",
6+
"description": "Governed database query review, SQL simulation, approvals, and audits as a paid remote MCP.",
7+
"logo": "https://dbqueryguard.clauxel.com/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"database",
11+
"security"
12+
],
13+
"tags": [
14+
"database-security",
15+
"sql-review",
16+
"query-governance",
17+
"remote-mcp"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://dbqueryguard.clauxel.com/mcp",
22+
"headers": {
23+
"Authorization": "Bearer ${input:DBQUERYGUARD_TOKEN}"
24+
},
25+
"metadata": {
26+
"inputs": [
27+
{
28+
"id": "DBQUERYGUARD_TOKEN",
29+
"label": "DB Query Guard MCP Bearer Token",
30+
"type": "text",
31+
"required": true,
32+
"secret": true,
33+
"description": "Bearer token issued after checkout and MCP token claim.",
34+
"placeholder": "mcp_token...",
35+
"obtain": {
36+
"url": "https://dbqueryguard.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
37+
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
38+
"button_label": "Get Token"
39+
}
40+
}
41+
]
42+
}
43+
},
44+
"auth": {
45+
"type": "api_key",
46+
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
47+
},
48+
"contributor": {
49+
"name": "DB Query Guard",
50+
"github": "clauxel",
51+
"url": "https://dbqueryguard.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
52+
},
53+
"links": {
54+
"repository": "https://github.com/clauxel/db-query-guard-mcp",
55+
"homepage": "https://dbqueryguard.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
56+
"documentation": "https://github.com/clauxel/db-query-guard-mcp/blob/main/docs/usage.md"
57+
},
58+
"platforms": [
59+
"all"
60+
],
61+
"capabilities": {
62+
"tools": true,
63+
"resources": false,
64+
"prompts": false,
65+
"read_only_mode": true
66+
}
67+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.clauxel-mcpriskledger",
4+
"name": "MCP Risk Ledger MCP",
5+
"alias": "mcpriskledger",
6+
"description": "MCP server intake risk reports, tool review, approvals, and readiness as a paid remote MCP.",
7+
"logo": "https://mcpriskledger.clauxel.com/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"security",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"mcp-security",
15+
"risk-ledger",
16+
"tool-review",
17+
"remote-mcp"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://mcpriskledger.clauxel.com/mcp",
22+
"headers": {
23+
"Authorization": "Bearer ${input:MCPRISKLEDGER_TOKEN}"
24+
},
25+
"metadata": {
26+
"inputs": [
27+
{
28+
"id": "MCPRISKLEDGER_TOKEN",
29+
"label": "MCP Risk Ledger MCP Bearer Token",
30+
"type": "text",
31+
"required": true,
32+
"secret": true,
33+
"description": "Bearer token issued after checkout and MCP token claim.",
34+
"placeholder": "mcp_token...",
35+
"obtain": {
36+
"url": "https://mcpriskledger.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
37+
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
38+
"button_label": "Get Token"
39+
}
40+
}
41+
]
42+
}
43+
},
44+
"auth": {
45+
"type": "api_key",
46+
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
47+
},
48+
"contributor": {
49+
"name": "MCP Risk Ledger",
50+
"github": "clauxel",
51+
"url": "https://mcpriskledger.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
52+
},
53+
"links": {
54+
"repository": "https://github.com/clauxel/mcp-risk-ledger",
55+
"homepage": "https://mcpriskledger.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
56+
"documentation": "https://github.com/clauxel/mcp-risk-ledger/blob/main/docs/usage.md"
57+
},
58+
"platforms": [
59+
"all"
60+
],
61+
"capabilities": {
62+
"tools": true,
63+
"resources": false,
64+
"prompts": false,
65+
"read_only_mode": true
66+
}
67+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.clauxel-toolbudgetrouter",
4+
"name": "ToolBudget Router MCP",
5+
"alias": "toolbudgetrouter",
6+
"description": "Context-budget routing, schema cost estimates, usage audits, and readiness as a paid remote MCP.",
7+
"logo": "https://toolbudgetrouter.clauxel.com/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"ai-ml"
12+
],
13+
"tags": [
14+
"tool-routing",
15+
"context-budget",
16+
"schema-cost",
17+
"remote-mcp"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://toolbudgetrouter.clauxel.com/mcp",
22+
"headers": {
23+
"Authorization": "Bearer ${input:TOOLBUDGETROUTER_TOKEN}"
24+
},
25+
"metadata": {
26+
"inputs": [
27+
{
28+
"id": "TOOLBUDGETROUTER_TOKEN",
29+
"label": "ToolBudget Router MCP Bearer Token",
30+
"type": "text",
31+
"required": true,
32+
"secret": true,
33+
"description": "Bearer token issued after checkout and MCP token claim.",
34+
"placeholder": "mcp_token...",
35+
"obtain": {
36+
"url": "https://toolbudgetrouter.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
37+
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
38+
"button_label": "Get Token"
39+
}
40+
}
41+
]
42+
}
43+
},
44+
"auth": {
45+
"type": "api_key",
46+
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
47+
},
48+
"contributor": {
49+
"name": "ToolBudget Router",
50+
"github": "clauxel",
51+
"url": "https://toolbudgetrouter.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
52+
},
53+
"links": {
54+
"repository": "https://github.com/clauxel/tool-budget-router-mcp",
55+
"homepage": "https://toolbudgetrouter.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
56+
"documentation": "https://github.com/clauxel/tool-budget-router-mcp/blob/main/docs/usage.md"
57+
},
58+
"platforms": [
59+
"all"
60+
],
61+
"capabilities": {
62+
"tools": true,
63+
"resources": false,
64+
"prompts": false,
65+
"read_only_mode": true
66+
}
67+
}

servers/space.agentmemory-mcp.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "space.agentmemory-mcp",
4+
"name": "Agentmemory MCP",
5+
"alias": "agentmemory",
6+
"description": "Persistent AI agent memory, analytics, checkout, and search-readiness as a paid remote MCP.",
7+
"logo": "https://agentmemory.space/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"ai-ml",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"agent-memory",
15+
"ai-agents",
16+
"remote-mcp",
17+
"paid-mcp"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://agentmemory.space/mcp",
22+
"headers": {
23+
"Authorization": "Bearer ${input:AGENTMEMORY_TOKEN}"
24+
},
25+
"metadata": {
26+
"inputs": [
27+
{
28+
"id": "AGENTMEMORY_TOKEN",
29+
"label": "Agentmemory MCP Bearer Token",
30+
"type": "text",
31+
"required": true,
32+
"secret": true,
33+
"description": "Bearer token issued after checkout and MCP token claim.",
34+
"placeholder": "mcp_token...",
35+
"obtain": {
36+
"url": "https://agentmemory.space/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
37+
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
38+
"button_label": "Get Token"
39+
}
40+
}
41+
]
42+
}
43+
},
44+
"auth": {
45+
"type": "api_key",
46+
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
47+
},
48+
"contributor": {
49+
"name": "Agentmemory",
50+
"github": "clauxel",
51+
"url": "https://agentmemory.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
52+
},
53+
"links": {
54+
"repository": "https://github.com/clauxel/agentmemory-mcp",
55+
"homepage": "https://agentmemory.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
56+
"documentation": "https://github.com/clauxel/agentmemory-mcp/blob/main/docs/usage.md"
57+
},
58+
"platforms": [
59+
"all"
60+
],
61+
"capabilities": {
62+
"tools": true,
63+
"resources": false,
64+
"prompts": false,
65+
"read_only_mode": true
66+
}
67+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "space.mcploadbudgeter-mcp",
4+
"name": "MCPLoad Budgeter MCP",
5+
"alias": "mcploadbudgeter",
6+
"description": "MCP context budgets, progressive loading, schema slimming, and readiness as a paid remote MCP.",
7+
"logo": "https://mcploadbudgeter.space/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"ai-ml"
12+
],
13+
"tags": [
14+
"context-budget",
15+
"tool-loading",
16+
"schema-slimming",
17+
"remote-mcp"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://mcploadbudgeter.space/mcp",
22+
"headers": {
23+
"Authorization": "Bearer ${input:MCPLOADBUDGETER_TOKEN}"
24+
},
25+
"metadata": {
26+
"inputs": [
27+
{
28+
"id": "MCPLOADBUDGETER_TOKEN",
29+
"label": "MCPLoad Budgeter MCP Bearer Token",
30+
"type": "text",
31+
"required": true,
32+
"secret": true,
33+
"description": "Bearer token issued after checkout and MCP token claim.",
34+
"placeholder": "mcp_token...",
35+
"obtain": {
36+
"url": "https://mcploadbudgeter.space/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
37+
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
38+
"button_label": "Get Token"
39+
}
40+
}
41+
]
42+
}
43+
},
44+
"auth": {
45+
"type": "api_key",
46+
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
47+
},
48+
"contributor": {
49+
"name": "MCPLoad Budgeter",
50+
"github": "clauxel",
51+
"url": "https://mcploadbudgeter.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
52+
},
53+
"links": {
54+
"repository": "https://github.com/clauxel/mcp-load-budgeter",
55+
"homepage": "https://mcploadbudgeter.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
56+
"documentation": "https://github.com/clauxel/mcp-load-budgeter/blob/main/docs/usage.md"
57+
},
58+
"platforms": [
59+
"all"
60+
],
61+
"capabilities": {
62+
"tools": true,
63+
"resources": false,
64+
"prompts": false,
65+
"read_only_mode": true
66+
}
67+
}

0 commit comments

Comments
 (0)