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": {
    "kiro-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 \
  kiro-web-search -- uvx kiro-web-search

Direct invocation (no MCP client)

export KIRO_API_KEY=your-token
uvx kiro-web-search            # no permanent install
# or
uv tool install kiro-web-search && kiro-web-search

Pin a version (recommended for production)

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

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.0.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.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: kiro_web_search-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 875fe604b532377b9d1252f31ecf6730e726aa879cc29f7b3a2a9de65334ccf1
MD5 e3a4772280089db62c5a271626858ae0
BLAKE2b-256 f1ab538604b44a0aa409ac797efbd22f7e7c69d8cabc53b344437f0a106800e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kiro_web_search-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.6 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6421608cf5d529028604964c491b3d547dda99bc75283759f2b687dc7d0874e5
MD5 a984547e620afcf07dbe7d58d36cb2f9
BLAKE2b-256 1a31e9b48e19375befaf05ca02c174e28766c764df4b9e51ede4fb6b275b524f

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