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

solotax-mcp

v1.3.0

Published

SoloTax Model Context Protocol (MCP) Server - Turkish tax calculation and invoicing tools for AI assistants

Downloads

1,124

Readme

SoloTax MCP 1.2.6

AI asistanları için gelir/gider kayıtları, fatura taslakları ve vergi simülasyonları. Node.js 18 veya üzeri gerekir.

Bu paket resmî belge üretmez ve GİB gönderimi yapmaz. Hesaplamalar tahminidir; vergi mevzuatı ve tutarlar mali müşavirle doğrulanmalıdır. Döviz kurları ExchangeRate-API gösterge verisi veya güncel olmayan sabit örnek değerlerdir; resmî TCMB kuru değildir.

Kurulum

{
  "mcpServers": {
    "solotax": {
      "command": "npx",
      "args": ["-y", "[email protected]"]
    }
  }
}

Bulut hesabı için önce npx [email protected] login çalıştırın. sync_account saklı oturumu sunucudan doğrular; user_id veya e-posta ile kimlik oluşturmaz.

Kayıt ve güvenlik

  • Proje .solotax-data.json dosyası okunmaz veya yazılmaz.
  • Kayıtlar ~/.solotax/accounts/<doğrulanmış-hesap-hash>/data.json içinde tutulur. Oturum doğrulanamazsa ayrı offline-drafts alanı kullanılır.
  • Eski ortak ~/.solotax/data.json ve proje kayıtları otomatik aktarılmaz; kaynak dosyalar silinmez. Aktarımda hesap aidiyeti ayrıca doğrulanmalıdır.
  • remote_saved: bulut yazımı ve tekrar okuma doğrulandı.
  • local_queued: yalnız yerel taslak kaydedildi; otomatik buluta gönderme yoktur.
  • failed: kalıcılık doğrulanamadı; araç hata döndürür.
  • Mevcut dosya izinleri 0600, dizinler 0700 yapılır; symlink reddedilir.
  • Özel SUPABASE_URL, VITE_SUPABASE_URL, SOLOTAX_APP_URL hedefleri reddedilir.
  • Yerel okuma/değiştirme/yazma işlemi süreçler arası kilitle korunur. Kilit 5 saniyede alınamazsa işlem hata verir. Çökme sonrası kalan .lock dosyasını yalnız ilgili tüm MCP süreçlerini kapattıktan sonra kaldırın.

Araçlar

| Araçlar | Davranış | |---|---| | get_my_incomes, get_my_expenses, get_my_invoices | Erişilebilen bulut kayıtları ve etkin alanın yerel taslakları | | add_income_entry, add_expense_entry, add_customer, create_invoice | Durumu açıkça belirtilen kayıt/taslak yazımı | | sync_account | Sunucudan oturum doğrulama durumu | | get_financial_overview, get_tax_summary, calculate_full_tax_liability | Kayıtlardan tahmini özet | | calculate_tax, calculate_invoice_with_taxes, simulate_kdv_return | Vergi/KDV/tevkifat/stopaj simülasyonları | | audit_expense, check_currency_rule_180_days | Ayrıca uzman doğrulaması gerektiren örnek mevzuat açıklamaları | | get_exchange_rates | Gösterge veya sabit örnek kurlar | | get_credit_balance | Bulut doğrulanamazsa bilinmeyen bakiye | | topup_credits | Ödeme sayfasına yönlendirir; bakiye değiştirmez | | submit_gib_invoice | Simülasyon; gerçek GİB çağrısı yoktur | | send_to_accountant | Rapor nesnesi hazırlar; e-posta göndermez, UBL arşivi mevcut değildir |

1.2.5 güvenlik temeli

Proje dizini veri birleştirmesi kaldırıldı; hesap alanları ayrıldı; atomik dosya kaydı, gerçek kalıcılık durumları, endpoint kısıtları ve finansal sınır kontrolleri eklendi. Runtime sürümü package.json'dan okunur. Bu sürüm, resmî finansal üretim onayı değildir.

MIT © SoloTax

1.2.6 değişiklikleri

Süreçler arası dosya kilidiyle eşzamanlı MCP yazımlarında kayıt kaybı önlendi; limit ve kur çevrimi üst sınırları doğrulanıyor. Kilit zaman aşımı hata olarak döner.