Site Haritası Güncellemeler
Türkçe
TRY ₺
Güncellemeler
YENİ
Claude & ChatGPT — Supercharged.
Tüm belgeler · 409+ AI aracı · 30 sn kurulum
Claude· ChatGPT· Cursor· Gemini· +50
Şimdi bağlan
Platform
50+ yapay zeka modülü ve aracı
Çözümler
Sektörler, süreçler, riskler
Geliştirici
API, SDK'lar, dokümantasyon
Kaynaklar
Eğitimler, blog, destek
Şirket
Ekip, ortaklar, kariyer
Fiyatlandırma
Model Bağlam Protokolü v3.0

PaperOffice MCP Server Claude Desktop |

Start with 25 tools via /mcp-fast, use the 37-tool default, expand to 128 tools with targeted toolsets, or use 514 tools through the full MCP profile.

0Fast tools
0Araç
0Toolset limit
0Full tools
0ms Gecikme
Claude Desktop
|
po_aiocr_analyze

Daha fazla bilgi

Dünya çapında lider şirketlerin güveni

MCP nasıl çalışır

Doğal dilden yapay zeka eylemine

Siz istersiniz

Ne istediğinizi düz bir dille yazmanız yeterli.

"Faturayı çıkar"

Yapay zeka anlar

Claude/Cursor amacı algılar ve doğru aracı seçer.

Sonuç

Yapılandırılmış veri anında yapay zeka istemcinize geri döner — hemen kullanılabilir.

<50ms Gecikme Uçtan uca şifrelenmiş AB Veri Merkezi ISO 27001
Araç Evreni

Fast, Default, Toolsets and Full Access.

Use /mcp-fast for the smallest tool surface, /mcp for the focused default, add product toolsets only when needed, or use /mcp-full for the complete tool surface.

Belge Yönetimi

Ara, oku, yükle, düzenle, taşı, kopyala, sil

Akıllı Arama

Tam metin, anlamsal benzerlik, gelişmiş arama, istatistikler

E-imza

İmza talepleri, şablonlar, doğrulama, mobil bağlantılar, hatırlatıcılar

Yapay Zekâ İşleme

AI-OCR, belge bölme, PII tespiti, otomatik anonimleştirme

Belge Zekâsı

Internal server error

Analitik

Eğilimler, finansallar, ısı haritaları, kullanıcı etkinliği, son tarihler, denetim merkezi

Knowledge Graph

Business vakaları, evren görünümü, zaman çizelgeleri, referanslar, ilişkiler

CRM Zekâsı

Hesap içgörüleri, risk altındaki tespit, fırsatlar, duygu analizi

Business Zekâsı

Panolar, alan analizi, eğilim raporları, çalışma alanı metrikleri

Webhook'lar ve Olaylar

Abone ol, test et, yönet, iş abonelikleri, olay iletimi

Notes, Tags & Comments

Notlar, etiketler, yorumlar — oluştur, düzenle, çöz, sil

Sürümleme ve Denetim

Çıkış/alım, sürüm geçmişi, revizyonlar, eksiksiz denetim izi

Toolset Architecture

Choose exactly the scope your AI client needs

One MCP server with a fast profile, optimized default, optional product toolsets and explicit full access.

Fast
25

/mcp-fast

25 essential tools for very fast sessions and clients with strict tool budgets.

https://mcp.paperoffice.ai/mcp-fast
Default
37

/mcp

37 core tools for documents, search, workspaces, intelligence and safe helper functions.

https://mcp.paperoffice.ai/mcp
Full
514

/mcp-full

Explicit full access to 514 tools for debugging, power workflows and clients without strict tool limits.

https://mcp.paperoffice.ai/mcp-full

Document AI

Documents, OCR, IDP, search, PDF operations, signatures and AI-DMS.

document-ai

Workflow AI

Workflows, jobs, tasks, HITL, approvals and process automation.

workflow-ai

Relations AI

CRM, partners, leads, helpdesk, appointments and business relationships.

relations-ai

Analytics AI

Analytics, BI, Knowledge Graph, entities, embeddings, topics and RAG.

analytics-ai

Media AI

Image Studio, TTS, STT, translation and media processing.

media-ai

Data AI

Validation, VAT, currency, weather, geodata, IP, fingerprint and security lookups.

data-ai
Capability Matrix

Which MCP scope should I use?

Use /mcp-fast for the smallest surface, /mcp for the default, matching toolsets for product areas or /mcp-full for complete compatibility.

Task Recommended scope Why
Very fast sessions with a minimal tool list
/mcp-fast
The 25-tool fast profile is best for strict tool budgets and quick client startup.
Search, read and summarize documents
/mcp
The 37-tool default includes the most important search, read, text, thumbnail, similarity and intelligence tools.
Upload and analyze documents
/mcp
Upload, upload URL, download, vision, advanced search and po_agents_ask are available in the default scope.
Edit, delete, move or copy documents
X-MCP-Toolsets: document-ai
Write-heavy DMS operations stay outside the default, but are available through Document AI.
Workspaces, folders, tags and revisions
document-ai or /mcp-full
Deep CRUD and administration functions are available in the expanded scope.
CRM, partners, leads and appointments
X-MCP-Toolsets: relations-ai
Relations AI keeps relationship and CRM functions separate from the document default.
Analytics, BI, Knowledge Graph and RAG
/mcp or analytics-ai
Core analytics and Knowledge Graph queries are in the default; deeper read models are added through Analytics AI.
Complex multi-step tasks
po_agents_ask in /mcp
The agent tool delegates complex workflows to the backend instead of keeping dozens of micro tools in context.
Existing agents with old tool names
/mcp-full
For migration and debugging, the complete tool surface remains available through the full endpoint.

Migrating older MCP agents

If an existing agent expects old individual tool names, migrate through the matching expanded scope instead of inflating the default profile.

Connect old agents to /mcp-full first Then reduce to the matching X-MCP-Toolsets Map DMS CRUD workflows to document-ai Map CRM workflows to relations-ai Delegate complex tasks through po_agents_ask Enable niche groups only after testing
Önce ve Sonra

MCP neden oyunun kurallarını değiştiren bir yenilik

Geleneksel API~50 satır kod
const response = await fetch(
  'https://api.paperoffice.ai/v1/ocr',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer pk_...',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      file_url: 'https://...',
      type: 'invoice',
      output: 'json'
    })
  }
);
const data = await response.json();
if (!response.ok) throw new Error(data.error);
console.log(data.result);
VS
PaperOffice MCP ile1 cümle

"{"error":"Die angehängte PDF-Datei wurde nicht gefunden. Bitte lade die Datei hoch, damit ich die Rechnungen extrahieren und in Türkisch übersetzen kann."}"

Kalıp kod yok Hata yönetimi yok SDK gerekmez Anında üretken
Hızlı Başlangıç

60 saniyede hazır

Remote MCP Server — kurulum yok, npm yok, Docker yok. Sadece URL'e gir ve git.

1

Bearer belirteci oluştur

PaperOffice Uygulamasında: Ayarlar → API → Belirteç Oluştur

2

Yapılandırmayı girin

AI istemcinizde URL ve belirteci yapılandırın

Tamam — başlayın!

Use the fast profile, the default profile, targeted toolsets or full access deliberately.

Default profile
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp"
    }
  }
}
Claude Desktop otomatik OAuth 2.1 akışını kullanır — yalnızca URL’yi girin ve tarayıcıda yetkilendirin.
Belirteç oluştur
37 araçlar hazır
Fast profile for small tool budgets
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp-fast",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Smallest ready-to-use profile: 25 tools for quick sessions and strict client limits.
Belirteç oluştur
25 araçlar hazır
Custom toolsets
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "X-MCP-Toolsets": "document-ai,workflow-ai"
      }
    }
  }
}
Ayarlar → API altında PaperOffice uygulamasında Bearer Token oluşturun.
Belirteç oluştur
≤128 araçlar hazır
Full access profile
{
  "mcpServers": {
    "paperoffice": {
      "url": "https://mcp.paperoffice.ai/mcp-full",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Cursor ile aynı yapılandırma — URL + Bearer Token.
Belirteç oluştur
514 araçlar hazır
Öne çıkanlar

PaperOffice MCP Server'u özel kılan şey nedir

Geliştiriciler ve ekipler için Enterprise düzeyinde özellikler.

OAuth 2.1 + Bearer Token

Çift kimlik doğrulama: Claude Desktop için otomatik OAuth akışı, Cursor ve Windsurf için doğrudan Bearer Token’lar.

Embeddings ile Hibrit Arama

Qwen3 8B Embeddings (4096 boyutlu) + tam metin arama. Doğru aracı 50 ms’den kısa sürede bulur.

Dosya Aşamalandırma ve Yükleme

Dosyaları Base64 olmadan yükleyin: Önceden imzalanmış yükleme URL’leri, tarayıcı arayüzü yedeği, güvenli indirme.

Knowledge Graph

Business vakaları, evren görünümü, zaman çizelgeleri ve belge ilişkileri — hepsi doğal dil aracılığıyla.

Analitik ve BI

18 Analitik + 5 BI aracı: Trendler, finansallar, ısı haritaları, talep üzerine çalışma alanı metrikleri.

GDPR ve AB Barındırma

%100 AB veri merkezi, ISO 27001, SOC 2, HIPAA’ya hazır. Veri AB dışına çıkmaz.

514
Tek bir uç nokta üzerinden yapay zeka araçları

Belgeler, imzalar, analitik, Knowledge Graph, CRM, webhook’lar — hepsi mcp.paperoffice.ai üzerinden

API entegrasyonunun geleceğine hazır mısınız?

25 tools via /mcp-fast, 37 via /mcp, up to 128 through toolsets or 514 in the full profile. Start with the scope that matches your client.

Desteklenen istemciler: Claude Cursor Windsurf