Skip to main content

A minimal MCP server that wraps Kiro's web_search backend, distributable via uvx.

Project description

kiro-web-search

A minimal MCP server that exposes a web_search tool to any MCP-compatible agent (Claude Code, Claude Desktop, Cursor, Kiro CLI, Continue, etc.) over stdio.

Thin transport adapter: stdio JSON-RPC ↔ upstream HTTPS MCP endpoint. No caching, no post-processing, results passed through verbatim.

Install in Claude Code (one-click)

Inside any Claude Code session:

/plugin marketplace add vokako/kiro-web-search
/plugin install kiro-web-search@kiro-web-search

Claude Code will prompt you for the API key (stored securely in your system keychain). Run /reload-plugins or start a new session and the web_search tool appears.

To update later: /plugin update kiro-web-search@kiro-web-search.

Install in other MCP clients

Claude Desktop, Cursor, Continue, generic stdio clients

{
  "mcpServers": {
    "web-search": {
      "command": "uvx",
      "args": ["kiro-web-search"],
      "env": {
        "KIRO_API_KEY": "your-token"
      }
    }
  }
}

Claude Code without the plugin system

claude mcp add --transport stdio \
  --env KIRO_API_KEY=your-token \
  web-search -- uvx kiro-web-search

Configuration

Setting CLI flag Env var Default
API key --api-key KIRO_API_KEY — (required)
Endpoint --endpoint KIRO_ENDPOINT https://q.us-east-1.amazonaws.com/
Timeout --timeout KIRO_TIMEOUT 30 seconds

CLI flags override environment variables.

Exposed tool

web_search(query: string) -> string

Searches the web. Returns a JSON string with results (up to 10 items), totalResults, and the echoed query. Each result has title, url, snippet, domain, publishedDate, and compliance metadata.

See examples/ for raw request shapes.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kiro_web_search-0.1.1.tar.gz (97.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kiro_web_search-0.1.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file kiro_web_search-0.1.1.tar.gz.

File metadata

  • Download URL: kiro_web_search-0.1.1.tar.gz
  • Upload date:
  • Size: 97.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kiro_web_search-0.1.1.tar.gz
Algorithm Hash digest
SHA256 235f87ca34b2bec226fa28a8d0305b8fb38e8ee23e1d8e94ab8f799bc7bdc7af
MD5 4e27a299c9601f0c40dc00a88bb97583
BLAKE2b-256 86cc539750c70a07e7cfd55f23e7e3d500283dedfb6da505db78449409a964d4

See more details on using hashes here.

File details

Details for the file kiro_web_search-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: kiro_web_search-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kiro_web_search-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f214f8c3abf38ea01ab7f640ca78550dff0d00e2dcc1d6264ac1d852f1c9359d
MD5 4183bb992e1d913649c4d60843e32dbc
BLAKE2b-256 ef900f46b4dd8f0b6d4279ce1c5451a952c36d5ff97f2a168457bc2c0928d0e2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page