From 3d12b5c9352b8b55a03c1e1c33faf1619ae9b086 Mon Sep 17 00:00:00 2001 From: twzrd <33047129+twzrd-sol@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:28:26 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Add=20TWZRD=20Agent=20Intel=20=E2=80=94=20t?= =?UTF-8?q?rust-scoring=20MCP=20server=20for=20x402=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ADDITIONAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADDITIONAL.md b/ADDITIONAL.md index 3c25b3557d..ac411af8dc 100644 --- a/ADDITIONAL.md +++ b/ADDITIONAL.md @@ -21,6 +21,7 @@ This is a curated collection of community-built frameworks and resources that si * **[mxcp](https://github.com/raw-labs/mxcp)** (Python) - Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement. * **[Next.js MCP Server Template](https://github.com/vercel-labs/mcp-for-next.js)** (Typescript) - A starter Next.js project that uses the MCP Adapter to allow MCP clients to connect and access resources. * **[PayMCP](https://github.com/blustAI/paymcp)** (Python & TypeScript) - Lightweight payments layer for MCP servers: turn tools into paid endpoints with a two-line decorator. [PyPI](https://pypi.org/project/paymcp/) · [npm](https://www.npmjs.com/package/paymcp) · [TS repo](https://github.com/blustAI/paymcp-ts) +* **[TWZRD Agent Intel](https://intel.twzrd.xyz)** - Trust-scoring MCP server for x402 agents on Solana: free preflight agent trust check + signed trust receipt via USDC micropayment (<1s settlement). Tools: `resolve_agent`, `score_agent`, `get_trust_receipt`, `verify_trust_receipt`. [MCP endpoint](https://intel.twzrd.xyz/mcp) · [Registry](https://registry.modelcontextprotocol.io) · [GitHub](https://github.com/twzrd-sol/wzrd-final) * **[Perl SDK](https://github.com/mojolicious/mojo-mcp)** - An SDK for building MCP servers and clients with the Perl programming language. * **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java) - **[R mcptools](https://github.com/posit-dev/mcptools)** - An R SDK for creating R-based MCP servers and retrieving functionality from third-party MCP servers as R functions. From c287ac4e836ae9d49b59f5a537809e61a9b618ec Mon Sep 17 00:00:00 2001 From: twzrd <33047129+twzrd-sol@users.noreply.github.com> Date: Sat, 6 Jun 2026 16:08:10 -0500 Subject: [PATCH 2/2] fix: remove private repo link from TWZRD entry --- ADDITIONAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADDITIONAL.md b/ADDITIONAL.md index ac411af8dc..fb014e64fa 100644 --- a/ADDITIONAL.md +++ b/ADDITIONAL.md @@ -21,7 +21,7 @@ This is a curated collection of community-built frameworks and resources that si * **[mxcp](https://github.com/raw-labs/mxcp)** (Python) - Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement. * **[Next.js MCP Server Template](https://github.com/vercel-labs/mcp-for-next.js)** (Typescript) - A starter Next.js project that uses the MCP Adapter to allow MCP clients to connect and access resources. * **[PayMCP](https://github.com/blustAI/paymcp)** (Python & TypeScript) - Lightweight payments layer for MCP servers: turn tools into paid endpoints with a two-line decorator. [PyPI](https://pypi.org/project/paymcp/) · [npm](https://www.npmjs.com/package/paymcp) · [TS repo](https://github.com/blustAI/paymcp-ts) -* **[TWZRD Agent Intel](https://intel.twzrd.xyz)** - Trust-scoring MCP server for x402 agents on Solana: free preflight agent trust check + signed trust receipt via USDC micropayment (<1s settlement). Tools: `resolve_agent`, `score_agent`, `get_trust_receipt`, `verify_trust_receipt`. [MCP endpoint](https://intel.twzrd.xyz/mcp) · [Registry](https://registry.modelcontextprotocol.io) · [GitHub](https://github.com/twzrd-sol/wzrd-final) +* **[TWZRD Agent Intel](https://intel.twzrd.xyz)** - Trust-scoring MCP server for x402 agents on Solana: free preflight agent trust check + signed trust receipt via USDC micropayment (<1s settlement). Tools: `resolve_agent`, `score_agent`, `get_trust_receipt`, `verify_trust_receipt`. [MCP endpoint](https://intel.twzrd.xyz/mcp) · [Registry](https://registry.modelcontextprotocol.io) * **[Perl SDK](https://github.com/mojolicious/mojo-mcp)** - An SDK for building MCP servers and clients with the Perl programming language. * **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java) - **[R mcptools](https://github.com/posit-dev/mcptools)** - An R SDK for creating R-based MCP servers and retrieving functionality from third-party MCP servers as R functions.