Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions servers/com.clauxel-dbqueryguard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.clauxel-dbqueryguard",
"name": "DB Query Guard MCP",
"alias": "dbqueryguard",
"description": "Governed database query review, SQL simulation, approvals, and audits as a paid remote MCP.",
"logo": "https://dbqueryguard.clauxel.com/favicon.svg",
"schema_version": "2.1",
"categories": [
"database",
"security"
],
"tags": [
"database-security",
"sql-review",
"query-governance",
"remote-mcp"
],
"transport": {
"type": "http",
"url": "https://dbqueryguard.clauxel.com/mcp",
"headers": {
"Authorization": "Bearer ${input:DBQUERYGUARD_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "DBQUERYGUARD_TOKEN",
"label": "DB Query Guard MCP Bearer Token",
"type": "text",
"required": true,
"secret": true,
"description": "Bearer token issued after checkout and MCP token claim.",
"placeholder": "mcp_token...",
"obtain": {
"url": "https://dbqueryguard.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
"button_label": "Get Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
},
"contributor": {
"name": "DB Query Guard",
"github": "clauxel",
"url": "https://dbqueryguard.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
},
"links": {
"repository": "https://github.com/clauxel/db-query-guard-mcp",
"homepage": "https://dbqueryguard.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"documentation": "https://github.com/clauxel/db-query-guard-mcp/blob/main/docs/usage.md"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
67 changes: 67 additions & 0 deletions servers/com.clauxel-mcpriskledger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.clauxel-mcpriskledger",
"name": "MCP Risk Ledger MCP",
"alias": "mcpriskledger",
"description": "MCP server intake risk reports, tool review, approvals, and readiness as a paid remote MCP.",
"logo": "https://mcpriskledger.clauxel.com/favicon.svg",
"schema_version": "2.1",
"categories": [
"security",
"developer-tools"
],
"tags": [
"mcp-security",
"risk-ledger",
"tool-review",
"remote-mcp"
],
"transport": {
"type": "http",
"url": "https://mcpriskledger.clauxel.com/mcp",
"headers": {
"Authorization": "Bearer ${input:MCPRISKLEDGER_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "MCPRISKLEDGER_TOKEN",
"label": "MCP Risk Ledger MCP Bearer Token",
"type": "text",
"required": true,
"secret": true,
"description": "Bearer token issued after checkout and MCP token claim.",
"placeholder": "mcp_token...",
"obtain": {
"url": "https://mcpriskledger.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
"button_label": "Get Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
},
"contributor": {
"name": "MCP Risk Ledger",
"github": "clauxel",
"url": "https://mcpriskledger.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
},
"links": {
"repository": "https://github.com/clauxel/mcp-risk-ledger",
"homepage": "https://mcpriskledger.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"documentation": "https://github.com/clauxel/mcp-risk-ledger/blob/main/docs/usage.md"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
67 changes: 67 additions & 0 deletions servers/com.clauxel-toolbudgetrouter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.clauxel-toolbudgetrouter",
"name": "ToolBudget Router MCP",
"alias": "toolbudgetrouter",
"description": "Context-budget routing, schema cost estimates, usage audits, and readiness as a paid remote MCP.",
"logo": "https://toolbudgetrouter.clauxel.com/favicon.svg",
"schema_version": "2.1",
"categories": [
"developer-tools",
"ai-ml"
],
"tags": [
"tool-routing",
"context-budget",
"schema-cost",
"remote-mcp"
],
"transport": {
"type": "http",
"url": "https://toolbudgetrouter.clauxel.com/mcp",
"headers": {
"Authorization": "Bearer ${input:TOOLBUDGETROUTER_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "TOOLBUDGETROUTER_TOKEN",
"label": "ToolBudget Router MCP Bearer Token",
"type": "text",
"required": true,
"secret": true,
"description": "Bearer token issued after checkout and MCP token claim.",
"placeholder": "mcp_token...",
"obtain": {
"url": "https://toolbudgetrouter.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
"button_label": "Get Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
},
"contributor": {
"name": "ToolBudget Router",
"github": "clauxel",
"url": "https://toolbudgetrouter.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
},
"links": {
"repository": "https://github.com/clauxel/tool-budget-router-mcp",
"homepage": "https://toolbudgetrouter.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"documentation": "https://github.com/clauxel/tool-budget-router-mcp/blob/main/docs/usage.md"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
67 changes: 67 additions & 0 deletions servers/space.agentmemory-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "space.agentmemory-mcp",
"name": "Agentmemory MCP",
"alias": "agentmemory",
"description": "Persistent AI agent memory, analytics, checkout, and search-readiness as a paid remote MCP.",
"logo": "https://agentmemory.space/favicon.svg",
"schema_version": "2.1",
"categories": [
"ai-ml",
"developer-tools"
],
"tags": [
"agent-memory",
"ai-agents",
"remote-mcp",
"paid-mcp"
],
"transport": {
"type": "http",
"url": "https://agentmemory.space/mcp",
"headers": {
"Authorization": "Bearer ${input:AGENTMEMORY_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "AGENTMEMORY_TOKEN",
"label": "Agentmemory MCP Bearer Token",
"type": "text",
"required": true,
"secret": true,
"description": "Bearer token issued after checkout and MCP token claim.",
"placeholder": "mcp_token...",
"obtain": {
"url": "https://agentmemory.space/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
"button_label": "Get Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
},
"contributor": {
"name": "Agentmemory",
"github": "clauxel",
"url": "https://agentmemory.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
},
"links": {
"repository": "https://github.com/clauxel/agentmemory-mcp",
"homepage": "https://agentmemory.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"documentation": "https://github.com/clauxel/agentmemory-mcp/blob/main/docs/usage.md"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
67 changes: 67 additions & 0 deletions servers/space.mcploadbudgeter-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "space.mcploadbudgeter-mcp",
"name": "MCPLoad Budgeter MCP",
"alias": "mcploadbudgeter",
"description": "MCP context budgets, progressive loading, schema slimming, and readiness as a paid remote MCP.",
"logo": "https://mcploadbudgeter.space/favicon.svg",
"schema_version": "2.1",
"categories": [
"developer-tools",
"ai-ml"
],
"tags": [
"context-budget",
"tool-loading",
"schema-slimming",
"remote-mcp"
],
"transport": {
"type": "http",
"url": "https://mcploadbudgeter.space/mcp",
"headers": {
"Authorization": "Bearer ${input:MCPLOADBUDGETER_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "MCPLOADBUDGETER_TOKEN",
"label": "MCPLoad Budgeter MCP Bearer Token",
"type": "text",
"required": true,
"secret": true,
"description": "Bearer token issued after checkout and MCP token claim.",
"placeholder": "mcp_token...",
"obtain": {
"url": "https://mcploadbudgeter.space/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.",
"button_label": "Get Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Use the Bearer token issued after checkout and MCP token claim."
},
"contributor": {
"name": "MCPLoad Budgeter",
"github": "clauxel",
"url": "https://mcploadbudgeter.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
},
"links": {
"repository": "https://github.com/clauxel/mcp-load-budgeter",
"homepage": "https://mcploadbudgeter.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
"documentation": "https://github.com/clauxel/mcp-load-budgeter/blob/main/docs/usage.md"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}
Loading
Loading