npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

visa-mcp

v1.0.3

Published

Schengen Visa MCP Server

Readme

🔍 Vize Randevu Durumu MCP Sunucusu

Install in Cursor

Bu proje, Schengen ve diğer vize randevu durumlarını https://api.visasbot.com/api/visa/list API'si üzerinden sorgulamak için araçlar sunan bir Model Context Protocol (MCP) sunucusudur.

📋 Özellikler

  • 🛠️ Birden çok filtreyi aynı anda kullanarak karmaşık sorgular yapabilen esnek bir ana araç (list_visas)
  • 🌍 Kaynak ülke koduna göre filtreleme (get_visas_by_country_code)
  • 🚦 Duruma göre filtreleme (get_visas_by_status)
  • 🏢 Misyon koduna göre filtreleme (get_visas_by_mission_code)
  • 🛂 Vize kategorisine göre filtreleme (get_visas_by_visa_category)
  • 📄 Vize türüne göre filtreleme (get_visas_by_visa_type)
  • 📍 Başvuru merkezine göre filtreleme (get_visas_by_center)

🛠️ Yükleme

Gereksinimler

  • Node.js (v18 veya üzeri)
  • Cursor, Claude Desktop veya başka bir MCP İstemcisi

Aşağıdaki yapılandırmayı Cursor ~/.cursor/mcp.json dosyanıza yapıştırmanız önerilir. Ayrıca, projenizin klasöründe .cursor/mcp.json oluşturarak belirli bir projeye de yükleyebilirsiniz. Daha fazla bilgi için Cursor MCP belgelerine bakınız.

{
  "mcpServers": {
    "visa-mcp": {
      "command": "npx",
      "args": ["-y", "visa-mcp", "--stdio"]
    }
  }
}

Bu yapılandırmayı Claude Desktop claude_desktop_config.json dosyanıza ekleyin. Daha fazla bilgi için Claude Desktop MCP belgelerine bakınız.

{
  "mcpServers": {
    "visa-mcp": {
      "command": "npx",
      "args": ["-y", "visa-mcp", "--stdio"]
    }
  }
}

Bu yapılandırmayı VS Code MCP yapılandırma dosyanıza ekleyin. Daha fazla bilgi için VS Code MCP belgelerine bakınız.

VS Code Yerel Sunucu Bağlantısı

"mcp": {
  "servers": {
    "visa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "visa-mcp", "--stdio"]
    }
  }
}

🖥️ Yerel Geliştirme için Sunucuyu Çalıştırma

Sunucuyu başlatmak için aşağıdaki komutu çalıştırın:

pnpm start

Sunucu başarıyla başladığında konsolda MCP server started and listening on stdio. mesajını görmelisiniz. Sunucu, standart girdi/çıktı (stdio) üzerinden MCP isteklerini dinlemeye başlayacaktır.

🐳 Docker ile Çalıştırma

Projeyi Docker kullanarak daha hızlı ve izole bir ortamda çalıştırabilirsiniz.

  1. Docker Image'ı Oluşturma:

    Projenin ana dizininde aşağıdaki komutu çalıştırarak Docker image'ını oluşturun:

    docker build -t visa-mcp-server .
  2. Docker Container'ını Çalıştırma:

    Image oluşturulduktan sonra, aşağıdaki komutla container'ı interaktif modda (-i) çalıştırabilirsiniz. Bu, MCP sunucusunun stdin üzerinden iletişim kurmasını sağlar.

    docker run -i --rm visa-mcp-server

⚙️ Araçlar (Tools)

Sunucu, vize bilgilerini sorgulamak için aşağıdaki araçları sunar.

list_visas

Tüm vize bilgilerini getiren ve aynı anda birden çok alana göre filtreleme yapmanızı sağlayan kapsamlı bir araçtır.

Parametreler

  • country_code (opsiyonel, string): Ülke koduna göre filtreler (örn: 'tur', 'gbr').
  • mission_code (opsiyonel, string): Misyon koduna göre filtreler (örn: 'bgr', 'fin').
  • visa_category (opsiyonel, string): Vize kategorisine göre filtreler.
  • visa_type (opsiyonel, string): Vize türüne göre filtreler.
  • center (opsiyonel, string): Başvuru merkezine göre filtreler.
  • status (opsiyonel, string): Duruma göre filtreler (örn: 'open', 'closed').

Özel Filtreleme Araçları

Bu araçlar, tek bir alana göre daha basit filtreleme yapmanızı sağlar.

  • get_visas_by_country_code(country_code: string): Belirli bir ülkedeki vizeleri getirir.
  • get_visas_by_status(status: string): Belirli bir durumdaki vizeleri getirir (örn: 'open', 'closed').
  • get_visas_by_mission_code(mission_code: string): Belirli bir misyona ait vizeleri getirir.
  • get_visas_by_visa_category(visa_category: string): Belirli bir vize kategorisindeki vizeleri getirir.
  • get_visas_by_visa_type(visa_type: string): Belirli bir vize türündeki vizeleri getirir.
  • get_visas_by_center(center: string): Belirli bir başvuru merkezindeki vizeleri getirir.

Çıktı

Tüm araçlar, vize nesnelerinden oluşan bir diziyi temsil eden bir JSON metni döndürür.