Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 616 Bytes

File metadata and controls

11 lines (8 loc) · 616 Bytes

Local / OSS agents

Use the CornerStone MCP x402 capability from local or OSS agents (e.g. LM Studio, AutoGen, CrewAI).

  1. Source: FinTechTonic/autonomous-agent.
  2. Install: npm install in autonomous/.
  3. Config: Set x402 facilitator URL and LLM/env as needed.
  4. Run: node src/run-agent.js "your message" or wire MCP client to your agent framework.
  5. x402: On 402 responses, call facilitator verify → settle, then retry the request with PAYMENT-SIGNATURE header.

See parent autonomous/README.md for full config and tool list.