|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "com.kagi-mcp-uvx", |
| 4 | + "name": "Kagi (uvx)", |
| 5 | + "alias": "kagi", |
| 6 | + "description": "Search the web with Kagi and extract page content as markdown. Provides web, news, video, podcast, and image search with optional page extracts, filters, and Kagi lenses.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/92134518?v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "search" |
| 11 | + ], |
| 12 | + "tags": [ |
| 13 | + "kagi", |
| 14 | + "search", |
| 15 | + "web-search", |
| 16 | + "news", |
| 17 | + "extract", |
| 18 | + "markdown" |
| 19 | + ], |
| 20 | + "transport": { |
| 21 | + "type": "stdio", |
| 22 | + "command": "uvx", |
| 23 | + "args": [ |
| 24 | + "kagimcp" |
| 25 | + ], |
| 26 | + "env": { |
| 27 | + "KAGI_API_KEY": "${input:KAGI_API_KEY}" |
| 28 | + }, |
| 29 | + "metadata": { |
| 30 | + "inputs": [ |
| 31 | + { |
| 32 | + "id": "KAGI_API_KEY", |
| 33 | + "label": "Kagi API Key", |
| 34 | + "description": "API key for the Kagi Search API. Generate one in the Kagi API portal under Settings. API access uses a pay-per-use model once beta credits are exhausted.", |
| 35 | + "type": "text", |
| 36 | + "required": true, |
| 37 | + "secret": true, |
| 38 | + "placeholder": "************************************", |
| 39 | + "obtain": { |
| 40 | + "url": "https://kagi.com/settings?p=api", |
| 41 | + "instructions": "1. Sign in to your Kagi account\n2. Open Settings > API (the API portal)\n3. Click Generate Key to create an API key\n4. Copy the key and paste it here", |
| 42 | + "button_label": "Generate API Key" |
| 43 | + } |
| 44 | + } |
| 45 | + ] |
| 46 | + } |
| 47 | + }, |
| 48 | + "auth": { |
| 49 | + "type": "api_key", |
| 50 | + "instructions": "Generate a Kagi API key in the API portal at https://kagi.com/settings?p=api and set it as KAGI_API_KEY." |
| 51 | + }, |
| 52 | + "contributor": { |
| 53 | + "name": "Kagi", |
| 54 | + "github": "kagisearch", |
| 55 | + "url": "https://kagi.com" |
| 56 | + }, |
| 57 | + "links": { |
| 58 | + "repository": "https://github.com/kagisearch/kagimcp", |
| 59 | + "homepage": "https://kagi.com", |
| 60 | + "documentation": "https://help.kagi.com/kagi/api/overview.html" |
| 61 | + }, |
| 62 | + "platforms": [ |
| 63 | + "all" |
| 64 | + ], |
| 65 | + "capabilities": { |
| 66 | + "tools": true, |
| 67 | + "resources": false, |
| 68 | + "prompts": false, |
| 69 | + "read_only_mode": false |
| 70 | + }, |
| 71 | + "changelog_url": "https://github.com/kagisearch/kagimcp/releases" |
| 72 | +} |
0 commit comments