Skip to content

Integrations

Wilson is designed to integrate with the broader AI ecosystem. Out of the box, it supports 9 LLM providers, MCP tool servers, and can be extended to work with agent frameworks like OpenClaw.

IntegrationStatusDescription
LLM ProvidersAvailable9 providers from local Ollama to cloud APIs
MCP ServersAvailableExtend Wilson with external tools via Model Context Protocol
OpenClawRoadmapAgent framework connectivity and skill publishing
x402 PaymentsRoadmapMachine-to-machine payments for agent-native commerce

Wilson’s integration layer is built on a few key patterns:

  • Provider adapters — Each LLM provider has an adapter in model/providers/ that normalizes the API interface
  • Tool registry — Tools are conditionally loaded based on available API keys and configuration
  • MCP client — Standard MCP protocol client that discovers and loads external tool servers
  • Skill/chain loaders — Content is loaded from local files or the Agent Wilson marketplace API