Schengen vizesi randevularını MCP üzerinden görüntüleyebilmenizi sağlayan sunucu kodu, lokalde/npx ile çalıştırabilirsiniz!
{
"mcpServers": {
"visa-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Schengen vizesi randevularını MCP üzerinden görüntüleyebilmenizi sağlayan sunucu kodu, lokalde/npx ile çalıştırabilirsiniz!
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 303 days ago. 9 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Visa Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
list_visas)get_visas_by_country_code)get_visas_by_status)get_visas_by_mission_code)get_visas_by_visa_category)get_visas_by_visa_type)get_visas_by_center)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.
"mcp": {
"servers": {
"visa-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "visa-mcp", "--stdio"]
}
}
}
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.
Projeyi Docker kullanarak daha hızlı ve izole bir ortamda çalıştırabilirsiniz.
Docker Image'ı Oluşturma:
Projenin ana dizininde aşağıdaki komutu çalı