Zipline Mcp

Created By
dorogoy9 months ago
Overview

what is Zipline MCP?

Zipline MCP is a Model Context Protocol server that facilitates file uploads to a Zipline-compatible host, providing tools for file validation and command generation.

how to use Zipline MCP?

To use Zipline MCP, install it globally or locally via npm, and run it using npx zipline-mcp. Configure your MCP client to connect to the server with the appropriate settings.

key features of Zipline MCP?

  • Upload files to a Zipline instance
  • Validate files before uploading
  • Preview upload commands
  • List and search user files stored on the server
  • Support for multiple file types including text, code, and images

use cases of Zipline MCP?

  1. Uploading documents and images to a Zipline server
  2. Validating file types before upload
  3. Managing and retrieving user files from the Zipline server

FAQ from Zipline MCP?

  • What file types can I upload?

You can upload various file types including text files, images, and code files.

  • How do I configure my MCP client?

You need to add the server configuration to your MCP client's configuration file.

  • Is there a limit on file size?

Yes, the maximum file size is configurable, with a default limit of 100 MB.

Server Config

{
  "mcpServers": {
    "zipline": {
      "command": "npx",
      "args": [
        "-y",
        "zipline-mcp"
      ],
      "environment": {
        "ZIPLINE_TOKEN": "<YOUR-TOKEN>",
        "ZIPLINE_ENDPOINT": "http://localhost:3000"
      }
    }
  }
}
Project Info
Created At
9 months ago
Updated At
9 months ago
Author Name
dorogoy
Star
-
Language
-
License
-

Recommend Servers

View All
Mcp Guardian
@rudraneel93

__MCP Guardian__ is a runtime security, cost, and health governance proxy that sits between AI clients (Cline, Claude, etc.) and MCP servers. It enforces YAML-configurable security policies — blocklists, allowlists, regex patterns, rate limits, and token budgets — in audit, warn, or blocking mode. __Three-layer detection engine__ combats threats at every level: regex pattern matching catches known attack signatures and 50+ secret types with Shannon entropy scoring; Zod schema validation detects malformed payloads and tool parameter tampering; an optional LLM semantic layer (Anthropic) flags prompt injection, social engineering, and jailbreak attempts that evade static rules. A multi-stage payload normalizer defeats URL/hex/unicode/HTML entity encoding bypasses before any detector runs. __Real cost tracking__ intercepts actual `tools/call` traffic, counts tokens via `tiktoken`, and surfaces per-server and per-tool spend in a live web dashboard alongside Prometheus metrics, circuit breaker status, and health probe results. __Enterprise-ready__ features include OAuth 2.1/OIDC with JWT algorithm pinning and RBAC, mTLS zero-trust networking, Redis-backed HA rate limiting, PostgreSQL audit logs, OpenTelemetry tracing, Discord/Slack alerts, a Helm chart with NetworkPolicy, and a formal STRIDE threat model. 168 tests across 16 suites (unit, fuzz, integration, E2E). Runs anywhere Node.js 18+ is available. __Install:__ `npm install -g @mcp-guardian/server`

7 hours ago
Mate.tools

A Model Context Protocol server that exposes mate.tools utilities as callable tools inside Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible agent. Currently exposed tools 27 MCP tools across 6 categories. Each calls the public mate.tools JSON API over HTTPS — no local data, no API keys, no signup. The list grows over time; npx -y always pulls the latest version. Text MCP tool name What it does count_lines Count lines, words, sentences, paragraphs and characters. Returns 16 metrics including duplicate-line detection and line-ending detection (LF/CRLF/CR). case_convert Convert text into 9 case styles in one call: upper, lower, title, sentence, snake, kebab, camel, pascal, constant. slugify Convert any text to a URL-safe slug. Unicode-aware, configurable separator and length, optional transliteration of non-Latin characters. sort_lines Sort lines of text. Asc/desc, case-sensitivity, dedupe, natural-sort (line2 before line10), locale-aware collation. lorem_ipsum Generate placeholder text — paragraphs, sentences or words. regex_test Match / replace / split text with a PCRE regex. Returns capture-group offsets. ReDoS-protected (hard backtrack limit). text_diff Diff two strings by line, word or character. Returns structured changes, unified diff string, and Jaccard similarity score. Encoding MCP tool name What it does base64_encode Base64-encode text. Standard or URL-safe alphabet (RFC 4648 §5). base64_decode Base64-decode. Accepts standard + URL-safe, auto-fixes missing padding, returns hex when output isn't valid UTF-8. url_encode Percent-encode a string. Component / form / path mode. url_decode Decode percent-encoded URL strings. Crypto & auth MCP tool name What it does hash MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-512, CRC32 (or any subset of PHP's hash algorithms). password Generate cryptographically random passwords (CSPRNG). Configurable length, count, classes, ambiguous-char exclusion. Reports entropy. password_strength Score a password 0–4 (zxcvbn-style), entropy bits, offline-GPU crack-time estimate, concerns and suggestions. credit_card_validate Luhn check + brand detection (Visa / MC / Amex / Discover / JCB / Diners / UnionPay / Maestro / RuPay). PAN never logged. Data & structure MCP tool name What it does json_format Validate, pretty-print, minify or analyse JSON. Returns structural summary (node counts, max depth, top keys). json_to_csv Convert a JSON array of objects to CSV. Configurable delimiter, columns, optional flattening of nested objects (dot keys). xml_validate Validate XML well-formedness + optional XSD schema. Errors with line/column. XXE-safe. sitemap_extract Fetch + parse XML sitemaps. SSRF-protected. Optional recursive expansion of sub-sitemaps. lastmod/changefreq/priority metadata. stats Descriptive statistics for a list of numbers — mean / median / mode / stddev / variance / percentiles / IQR / geometric / harmonic. number_base Convert integers between bases 2..36 + Roman numerals. Big-int safe via GMP. finance_calc Multi-mode financial calculations: loan, compound interest, simple interest, discount, tip, sales tax, ROI, percentage, markup. aspect_ratio Compute reduced aspect ratio (16:9, 4:3, 21:9, ...) from width × height, or scale a dimension to a target ratio. color_convert Convert any color into hex / rgb / rgba / hsl / hsv / cmyk + closest named color + WCAG luminance and contrast (AA / AAA flags). Date & time MCP tool name What it does timestamp Bidirectional epoch ↔ ISO 8601 ↔ RFC 3339 ↔ human. Auto-detects epoch resolution (seconds, ms, µs, ns). Timezone-aware. Accepts natural language ("next monday", "+2 weeks"). date_math Add/subtract a duration from a date, or compute the diff between two dates. Optional business-day count (Mon–Fri). age_calc Calculate age in years/months/days from DOB. Returns next birthday, days until, Western zodiac sign, generation label, total days/seconds. The catalog grows over time. npx -y @mate-tools/mcp-server always fetches the latest published version — your client just needs a restart to pick up new tools.

2 days ago
Falsifylab Alpha

2 hours ago
Webtomcp

a day ago