🇹🇷 GİB e-Arşiv MCP Server — FastMCP tabanlı MCP sunucusu. Gelir İdaresi Başkanlığı e-Arşiv Portalı entegrasyonu: fatura oluşturma, SMS imzalama, PDF indirme.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gib-earsiv-mcp-serve": {
"command": "uvx",
"args": [
"gib-earsiv-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gib-earsiv-mcp-serve uvx gib-earsiv-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gib-earsiv-mcp-serve": {
"command": "uvx",
"args": [
"gib-earsiv-mcp-server"
]
}
}
}
Or install with pip: pip install gib-earsiv-mcp-server