Back to Browse

Ktozvonil MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Who-called phone lookups: community verdict, spam rating, operator and reviews (ktozvonil.net).

About

Who-called phone lookups: community verdict, spam rating, operator and reviews (ktozvonil.net).

Remote endpoints: streamable-http: https://ktozvonil.net/mcp

Security Report

7.2
Moderate7.2Low Risk

This is a well-designed MCP server that acts as a thin proxy to a remote ktozvonil.net endpoint. Authentication is properly handled via environment variables for sensitive operations, and the codebase is clean with appropriate error handling. The server's permissions are minimal and well-scoped to its purpose of proxying phone number lookups and authenticated comments. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

mcp-server-ktozvonil

MCP (Model Context Protocol) server for 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

ToolDescriptionAuth
lookup_phoneCommunity verdict, rating, spam level, operator, region, tags and recent reviews for a numbernone
post_commentPost 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

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

Claude Desktop

{
  "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 varMeaning
KTOZVONIL_MCP_URLOverride the endpoint URL (default https://ktozvonil.net/mcp)
KTOZVONIL_TOKENOAuth bearer token — only needed for post_comment. Discovery: /.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

npm install
npm run build
npm test

Related

License

MIT © ktozvonil.net

Reviews

No reviews yet

Be the first to review this server!