From 0f5b6a07a142cc3e42f6b967c43fcda7bba2ea76 Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:34 +0800 Subject: [PATCH 1/7] Add space.agentmemory-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/space.agentmemory-mcp.json | 67 ++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/space.agentmemory-mcp.json diff --git a/servers/space.agentmemory-mcp.json b/servers/space.agentmemory-mcp.json new file mode 100644 index 0000000..fc8453f --- /dev/null +++ b/servers/space.agentmemory-mcp.json @@ -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 + } +} From 51205bb57d3542b17cf39e16a6557969fb17f93a Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:36 +0800 Subject: [PATCH 2/7] Add space.syntheticuserlab-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/space.syntheticuserlab-mcp.json | 67 +++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/space.syntheticuserlab-mcp.json diff --git a/servers/space.syntheticuserlab-mcp.json b/servers/space.syntheticuserlab-mcp.json new file mode 100644 index 0000000..9489bec --- /dev/null +++ b/servers/space.syntheticuserlab-mcp.json @@ -0,0 +1,67 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "space.syntheticuserlab-mcp", + "name": "SyntheticUser Lab MCP", + "alias": "syntheticuserlab", + "description": "Synthetic user testing, UX validation, analytics, checkout, and readiness as a paid remote MCP.", + "logo": "https://syntheticuserlab.space/favicon.svg", + "schema_version": "2.1", + "categories": [ + "ai-ml", + "developer-tools" + ], + "tags": [ + "synthetic-users", + "ux-research", + "remote-mcp", + "paid-mcp" + ], + "transport": { + "type": "http", + "url": "https://syntheticuserlab.space/mcp", + "headers": { + "Authorization": "Bearer ${input:SYNTHETICUSERLAB_TOKEN}" + }, + "metadata": { + "inputs": [ + { + "id": "SYNTHETICUSERLAB_TOKEN", + "label": "SyntheticUser Lab 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://syntheticuserlab.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": "SyntheticUser Lab", + "github": "clauxel", + "url": "https://syntheticuserlab.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605" + }, + "links": { + "repository": "https://github.com/clauxel/synthetic-user-testing-mcp", + "homepage": "https://syntheticuserlab.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605", + "documentation": "https://github.com/clauxel/synthetic-user-testing-mcp/blob/main/docs/usage.md" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +} From 09ab67901089e55e5c32c7f53c1866e38665d8d1 Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:37 +0800 Subject: [PATCH 3/7] Add com.clauxel-mcpriskledger Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/com.clauxel-mcpriskledger.json | 67 ++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/com.clauxel-mcpriskledger.json diff --git a/servers/com.clauxel-mcpriskledger.json b/servers/com.clauxel-mcpriskledger.json new file mode 100644 index 0000000..3d3b732 --- /dev/null +++ b/servers/com.clauxel-mcpriskledger.json @@ -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 + } +} From c2b4c39621a85d290d8abcccf166081f19a3c385 Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:39 +0800 Subject: [PATCH 4/7] Add space.mcploadbudgeter-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/space.mcploadbudgeter-mcp.json | 67 ++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/space.mcploadbudgeter-mcp.json diff --git a/servers/space.mcploadbudgeter-mcp.json b/servers/space.mcploadbudgeter-mcp.json new file mode 100644 index 0000000..455e58c --- /dev/null +++ b/servers/space.mcploadbudgeter-mcp.json @@ -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 + } +} From 0fd200e4de9116800e0d5f8e1740fc7c694522d6 Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:40 +0800 Subject: [PATCH 5/7] Add space.servercardtrust-mcp Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/space.servercardtrust-mcp.json | 67 ++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/space.servercardtrust-mcp.json diff --git a/servers/space.servercardtrust-mcp.json b/servers/space.servercardtrust-mcp.json new file mode 100644 index 0000000..b1cb314 --- /dev/null +++ b/servers/space.servercardtrust-mcp.json @@ -0,0 +1,67 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "space.servercardtrust-mcp", + "name": "ServerCard Trust MCP", + "alias": "servercardtrust", + "description": "MCP server-card validation, auth checks, trust packets, and readiness as a paid remote MCP.", + "logo": "https://servercardtrust.space/favicon.svg", + "schema_version": "2.1", + "categories": [ + "security", + "developer-tools" + ], + "tags": [ + "server-card", + "mcp-security", + "trust-packets", + "remote-mcp" + ], + "transport": { + "type": "http", + "url": "https://servercardtrust.space/mcp", + "headers": { + "Authorization": "Bearer ${input:SERVERCARDTRUST_TOKEN}" + }, + "metadata": { + "inputs": [ + { + "id": "SERVERCARDTRUST_TOKEN", + "label": "ServerCard Trust 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://servercardtrust.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": "ServerCard Trust", + "github": "clauxel", + "url": "https://servercardtrust.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605" + }, + "links": { + "repository": "https://github.com/clauxel/server-card-trust-mcp", + "homepage": "https://servercardtrust.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605", + "documentation": "https://github.com/clauxel/server-card-trust-mcp/blob/main/docs/usage.md" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +} From 0897a5405b675a6370387a6f2a1afbde413e3528 Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:41 +0800 Subject: [PATCH 6/7] Add com.clauxel-dbqueryguard Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/com.clauxel-dbqueryguard.json | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/com.clauxel-dbqueryguard.json diff --git a/servers/com.clauxel-dbqueryguard.json b/servers/com.clauxel-dbqueryguard.json new file mode 100644 index 0000000..aceca9e --- /dev/null +++ b/servers/com.clauxel-dbqueryguard.json @@ -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 + } +} From 489e22a9fe8143c722d95ed6022d29cdbeb4f864 Mon Sep 17 00:00:00 2001 From: clauxel <101308379+clauxel@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:42 +0800 Subject: [PATCH 7/7] Add com.clauxel-toolbudgetrouter Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com> --- servers/com.clauxel-toolbudgetrouter.json | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 servers/com.clauxel-toolbudgetrouter.json diff --git a/servers/com.clauxel-toolbudgetrouter.json b/servers/com.clauxel-toolbudgetrouter.json new file mode 100644 index 0000000..605db5e --- /dev/null +++ b/servers/com.clauxel-toolbudgetrouter.json @@ -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 + } +}