PaperLink — Document Sharing, Analytics, Invoicing & Personal Finance MCP Server

Created By
CodeStreamly3 months ago
Share documents securely, track who views them, and manage your finances — all through AI. Create sharing links with password protection, email gates, NDA agreements. Get real-time analytics: page heatmaps, viewer engagement, download tracking. Full invoicing with estimates, clients, companies, products. Personal & business accounting: transactions, transfers, multi-currency, batch receipts. 15+ tools with granular OAuth 2.1 scopes.
Overview

PaperLink MCP Server

Share documents. Track engagement. Manage finances. All through AI.

PaperLink is a document sharing, analytics, invoicing, and personal finance platform. Connect your AI assistant (Claude, Cursor, ChatGPT) to manage everything via natural language.

What You Can Do

Accounting & Personal Finance

  • Record expenses: "50 UAH coffee" -> AI finds the category, confirms, creates transaction
  • Batch receipts: send a photo of a receipt -> AI creates all items in one atomic operation
  • Transfer between accounts with automatic exchange rates
  • Update or delete transactions with mandatory user confirmation

Business Entities

  • Create companies with full banking details, tax IDs, legal entity types
  • Create clients (individuals or organizations) with contact info
  • Create products & services with pricing, tax rates, inventory tracking
  • Browse and search all entities

Invoicing (coming soon)

  • Create invoices and estimates with line items from your product catalog
  • Record payments, track statuses, convert estimates to invoices

Document Sharing & Analytics (coming soon)

  • Create secure sharing links with password protection, email gates, NDA agreements
  • Track who viewed your documents, when, and for how long
  • Page-level heatmaps showing engagement per PDF page
  • Real-time viewer analytics with geo and device data

Connection

Works with any MCP-compatible AI client. OAuth 2.1 authorization -- log in with your PaperLink account, select a team, grant granular permissions.

15+ Tools Available

list-invoices create-transaction update-transaction delete-transaction create-transactions create-transfer list-transactions list-accounts list-categories create-company create-client create-product list-companies list-clients list-products

Security

  • 10 granular OAuth scopes -- grant only what you need
  • AI safety rules: destructive operations (update/delete) require explicit user confirmation
  • Team-based data isolation -- cross-team access impossible
  • Separate accounting:delete scope for transaction deletion

Pricing

Free tier available. Premium features require a PaperLink subscription.

Get Started

Server Config

{
  "mcpServers": {
    "paperlink": {
      "url": "https://mcp.paperlink.online/api/mcp/mcp"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
CodeStreamly
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

11 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Puter Mcp

2 days ago
Linkpulse

14 hours ago