{"protocolVersion":"2025-06-18","serverInfo":{"name":"vektorwerk","title":"Vektorwerk","version":"1.0.0"},"capabilities":{"tools":{"listChanged":false}},"transport":{"type":"http","endpoint":"https://vektor.halowerk.com/mcp","methods":["POST"]},"payment":{"protocol":"x402","network":"eip155:8453","asset":"USDC","note":"tools/list needs no payment. tools/call settles the tool price over x402."},"tools":[{"name":"vector_embed","title":"Create local text embeddings with Nomic or BGE-M3.","description":"Embeds up to 32 texts on the local Ollama runtime. Returns explicit model and dimensions; no paid third-party API is called.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"text":{"type":"string"},"texts":{"type":"array","minItems":1,"maxItems":32,"items":{"type":"string"}},"model":{"type":"string","enum":["nomic","bge_m3"],"default":"nomic"}},"oneOf":[{"required":["text"]},{"required":["texts"]}]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"payment_required":true,"price_usdc":"0.001","resource":"https://vektor.halowerk.com/embed"}}},{"name":"vector_similarity","title":"Rank texts by cosine similarity to a query.","description":"Embeds one query and up to 64 candidates locally, then returns cosine scores and stable descending ranks.","inputSchema":{"type":"object","additionalProperties":false,"required":["query","candidates"],"properties":{"query":{"type":"string"},"candidates":{"type":"array","minItems":1,"maxItems":64,"items":{"type":"string"}},"model":{"type":"string","enum":["nomic","bge_m3"],"default":"nomic"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"payment_required":true,"price_usdc":"0.001","resource":"https://vektor.halowerk.com/similarity"}}},{"name":"semantic_router","title":"Route one request to the best matching tool.","description":"Embeds one request and a provided tool list locally, then returns deterministic similarity ranks and the selected tool.","inputSchema":{"type":"object","additionalProperties":false,"required":["request","tools"],"properties":{"request":{"type":"string","minLength":1,"maxLength":12000,"example":"Find delayed shipments and summarize the exceptions."},"tools":{"type":"array","minItems":1,"maxItems":48,"items":{"type":"object","additionalProperties":false,"required":["name","description"],"properties":{"name":{"type":"string","minLength":1,"maxLength":80,"example":"shipment_exception_summary"},"description":{"type":"string","minLength":1,"maxLength":12000,"example":"Summarizes delayed shipments and groups them by carrier."}}}},"top_k":{"type":"integer","minimum":1,"maximum":10,"default":3},"model":{"type":"string","enum":["nomic","bge_m3"],"default":"nomic"}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"payment_required":true,"price_usdc":"0.002","resource":"https://vektor.halowerk.com/route"}}},{"name":"recommendation_engine","title":"Recommend items from provided interaction lists.","description":"Calculates item co-occurrence and item similarity from the submitted events only. No user profile is stored.","inputSchema":{"type":"object","additionalProperties":false,"required":["interactions"],"properties":{"interactions":{"type":"array","minItems":1,"maxItems":2000,"items":{"type":"object","additionalProperties":false,"required":["user_id","item_id"],"properties":{"user_id":{"type":"string","minLength":1,"maxLength":120,"example":"user-1"},"item_id":{"type":"string","minLength":1,"maxLength":120,"example":"item-a"},"weight":{"type":"number","minimum":0,"maximum":100,"default":1}}}},"item_id":{"type":"string","minLength":1,"maxLength":120,"example":"item-a"},"user_history":{"type":"array","maxItems":100,"items":{"type":"string","minLength":1,"maxLength":120},"example":["item-a"]},"limit":{"type":"integer","minimum":1,"maximum":50,"default":5}}},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false},"_meta":{"x402":{"payment_required":true,"price_usdc":"0.002","resource":"https://vektor.halowerk.com/recommend"}}}]}