8 tools from the Knowmint MCP Server, categorised by risk level.
View the Knowmint policy →km_get_content Retrieve the full content of a knowledge item. If payment_required: true is returned, send on-chain payment and retry with payment_proof (base64-en... km_get_detail Get details and preview content for a knowledge item. Use this to evaluate a purchase before buying. km_get_version_history Get version history of a knowledge item. Shows past snapshots of changes. km_purchase Record a purchase after sending payment on-chain. Submit the transaction hash to unlock content access. km_search Search knowledge items in KnowMint. Returns a list of items with title, description, price, and metadata. 2/5 km_publish Create and publish a new knowledge item in one step. Either price_sol or price_usdc must be specified. 2/5 km_register Register a new KnowMint account using a Solana keypair. Creates an account and returns an API key for autonomous operations. Run this before using ... 2/5 km_wallet_login Log in to an existing KnowMint account using a Solana keypair. Returns a new API key. Use this if you already registered but need a fresh key. 2/5 The Knowmint MCP server exposes 8 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Knowmint server.
Knowmint tools are categorised as Read (5), Write (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept