Knowledge marketplace where AI agents autonomously buy human expertise via Solana
Knowledge marketplace where AI agents autonomously buy human expertise via Solana. Exposed over MCP by the knowmint mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Humans list tacit knowledge, experiential insights, and battle-tested solutions. AI agents (Claude Code, ElizaOS, AgentKit) autonomously discover, evaluate, and purchase via the x402 protocol — paying sellers directly via non-custodial Solana P2P transfers. No private keys held by the platform.
Everything the assistant can do here goes through one of these:
Method — PathPOST — /api/v1/auth/challengeUsage — --deploy-to claude,opencode auto-deploys purchased knowledge to your toolsKnowledge — The Knowledge tool exposed by this serverUser — The User tool exposed by this serverYou will need 8 environment variables: KM_BASE_URL, NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY, NEXT_PUBLIC_SOLANA_RPC_URL, CRON_SECRET, UPSTASH_REDIS_REST_URL, UPSTASH_REDIS_REST_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Knowmint's toolset — Method, POST, Usage and 2 more — is a fair guide to whether it matches your workflow. It is maintained by sou0327; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Method | Path |
| POST | /api/v1/auth/challenge |
| Usage | --deploy-to claude,opencode auto-deploys purchased knowledge to your tools. |
| Knowledge | The Knowledge tool exposed by this server. |
| User | The User tool exposed by this server. |
{
"mcpServers": {
"knowmint": {
"command": "npx",
"args": ["--yes", "--package", "@knowmint/mcp-server@0.1.2", "mcp-server"],
"env": {
"KM_BASE_URL": "https://knowmint.shop"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| KM_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| NEXT_PUBLIC_SUPABASE_URL | Endpoint or connection string the server talks to. | Yes |
| NEXT_PUBLIC_SUPABASE_ANON_KEY | Credential the server authenticates with. | Yes |
| SUPABASE_SERVICE_ROLE_KEY | Credential the server authenticates with. | Yes |
| NEXT_PUBLIC_SOLANA_RPC_URL | Endpoint or connection string the server talks to. | Yes |
| CRON_SECRET | Credential the server authenticates with. | Yes |
| UPSTASH_REDIS_REST_URL | Endpoint or connection string the server talks to. | Yes |
| UPSTASH_REDIS_REST_TOKEN | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.