Skip to content

Commit eed1492

Browse files
a6b8claude
andcommitted
Rename Agents to Validation, add x402 app
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f805b17 commit eed1492

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

profile/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FlowMCP is a framework designed to adapt and expose existing web APIs (e.g., RES
3232
- **x402-mcp-middleware**: Express middleware for payment-gated MCP servers with automatic routing and JSON-RPC 402 compliance
3333
- **x402-flowmcp-org**: Payment-gated MCP server with X402 on-chain payments, Avalanche data, and A2A protocol support
3434

35-
## Agents
35+
## Validation
3636

3737
| Title | Updated | Release | Workflow | Coverage | Issues | License |
3838
| :-- | :-- | :-- | :-- | :-- | :-- | :-- |
@@ -57,3 +57,7 @@ FlowMCP is a framework designed to adapt and expose existing web APIs (e.g., RES
5757
| Name | URL |
5858
| :-- | :-- |
5959
| AgentProbe | [agentprobe.xyz](https://agentprobe.xyz) |
60+
| x402 MCP Server | [x402.flowmcp.org/mcp/streamable](https://x402.flowmcp.org/mcp/streamable) |
61+
62+
- **AgentProbe**: Web-based multi-protocol validator for AI agent endpoints across HTTP, MCP, A2A/AP2, x402, OAuth, MCP Apps, HTML, and ERC-8004
63+
- **x402 MCP Server**: Demo MCP server with x402 payment gating on testnets via Streamable HTTP transport

src/data/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config = [
5454
]
5555
},
5656
{
57-
'replace': '{{agents}}',
57+
'replace': '{{validation}}',
5858
'preset': 'githubDetailsCodeCoverage',
5959
'projects': [
6060
{

src/data/template.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ FlowMCP is a framework designed to adapt and expose existing web APIs (e.g., RES
1919
- **x402-mcp-middleware**: Express middleware for payment-gated MCP servers with automatic routing and JSON-RPC 402 compliance
2020
- **x402-flowmcp-org**: Payment-gated MCP server with X402 on-chain payments, Avalanche data, and A2A protocol support
2121

22-
## Agents
22+
## Validation
2323

24-
{{agents}}
24+
{{validation}}
2525

2626
- **x402-mcp-validator**: MCP server validator for x402 payment support, latency measurement, and protocol compliance
2727
- **a2a-agent-validator**: A2A Protocol Agent Card validator with AP2 (Agent Payments Protocol) and x402 detection — 16 capability categories and 17 entry fields
@@ -35,3 +35,7 @@ FlowMCP is a framework designed to adapt and expose existing web APIs (e.g., RES
3535
| Name | URL |
3636
| :-- | :-- |
3737
| AgentProbe | [agentprobe.xyz](https://agentprobe.xyz) |
38+
| x402 MCP Server | [x402.flowmcp.org/mcp/streamable](https://x402.flowmcp.org/mcp/streamable) |
39+
40+
- **AgentProbe**: Web-based multi-protocol validator for AI agent endpoints across HTTP, MCP, A2A/AP2, x402, OAuth, MCP Apps, HTML, and ERC-8004
41+
- **x402 MCP Server**: Demo MCP server with x402 payment gating on testnets via Streamable HTTP transport

0 commit comments

Comments
 (0)