Skip to main content
ClaudeWave
ktozvonil avatar
ktozvonil

mcp-server-ktozvonil

View on GitHub

MCP server for ktozvonil.net — phone number reputation lookups for AI agents

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-server-ktozvonil
Claude Code CLI
claude mcp add ktozvonil -- npx -y mcp-server-ktozvonil
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ktozvonil": {
      "command": "npx",
      "args": ["-y", "mcp-server-ktozvonil"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# mcp-server-ktozvonil

MCP (Model Context Protocol) server for **[ktozvonil.net](https://ktozvonil.net)** — a community phone-number reputation service for Ukraine and beyond. Ask your AI assistant *"who called me from 050 110 89 01?"* and it will answer with the community verdict, spam rating, operator, region, tags and recent reviews.

This package is a thin stdio bridge to the site's native MCP endpoint (`https://ktozvonil.net/mcp`). Tools are discovered at startup, so the package never goes stale.

## Tools

| Tool | Description | Auth |
|------|-------------|------|
| `lookup_phone` | Community verdict, rating, spam level, operator, region, tags and recent reviews for a number | none |
| `post_comment` | Post a review on behalf of an authenticated user (labelled as AI-agent-generated, shown separately, does not affect the community rating) | OAuth bearer |

## Install

### Claude Code

```bash
claude mcp add ktozvonil -- npx -y mcp-server-ktozvonil
```

### Claude Desktop

```json
{
  "mcpServers": {
    "ktozvonil": {
      "command": "npx",
      "args": ["-y", "mcp-server-ktozvonil"]
    }
  }
}
```

### Cursor / Windsurf / other MCP clients

Any client that speaks stdio MCP works the same way: command `npx`, args `-y mcp-server-ktozvonil`.

### Remote (no install)

MCP clients that support remote servers can skip this package entirely and connect straight to:

```
https://ktozvonil.net/mcp
```

## Configuration

| Env var | Meaning |
|---------|---------|
| `KTOZVONIL_MCP_URL` | Override the endpoint URL (default `https://ktozvonil.net/mcp`) |
| `KTOZVONIL_TOKEN` | OAuth bearer token — only needed for `post_comment`. Discovery: [`/.well-known/oauth-protected-resource`](https://ktozvonil.net/.well-known/oauth-protected-resource) |

## Example

> **User:** Кто звонил с +38 050 110 89 01?
>
> **Assistant:** *(calls `lookup_phone`)* This number has a "spam" community verdict on ktozvonil.net: 78 reports, mostly "intrusive advertising"…

## Development

```bash
npm install
npm run build
npm test
```

## Related

- [ktozvonil.net](https://ktozvonil.net) — the service itself (uk/ru/en + 5 more languages)
- [`ua-phone`](https://github.com/ktozvonil/ua-phone) — Ukrainian phone number parsing/formatting library
- API docs: [ktozvonil.net/.well-known/api-catalog](https://ktozvonil.net/.well-known/api-catalog)

## License

MIT © [ktozvonil.net](https://ktozvonil.net)

What people ask about mcp-server-ktozvonil

What is ktozvonil/mcp-server-ktozvonil?

+

ktozvonil/mcp-server-ktozvonil is mcp servers for the Claude AI ecosystem. MCP server for ktozvonil.net — phone number reputation lookups for AI agents It has 0 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install mcp-server-ktozvonil?

+

You can install mcp-server-ktozvonil by cloning the repository (https://github.com/ktozvonil/mcp-server-ktozvonil) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ktozvonil/mcp-server-ktozvonil safe to use?

+

Our security agent has analyzed ktozvonil/mcp-server-ktozvonil and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains ktozvonil/mcp-server-ktozvonil?

+

ktozvonil/mcp-server-ktozvonil is maintained by ktozvonil. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to mcp-server-ktozvonil?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server-ktozvonil to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ktozvonil/mcp-server-ktozvonil
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ktozvonil-mcp-server-ktozvonil)](https://claudewave.com/repo/ktozvonil-mcp-server-ktozvonil)
<a href="https://claudewave.com/repo/ktozvonil-mcp-server-ktozvonil"><img src="https://claudewave.com/api/badge/ktozvonil-mcp-server-ktozvonil" alt="Featured on ClaudeWave: ktozvonil/mcp-server-ktozvonil" width="320" height="64" /></a>

More MCP Servers

mcp-server-ktozvonil alternatives