MCP NPX Fetch

Created By
tokenizin-agencya year ago
A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
Overview

What is MCP NPX Fetch?

MCP NPX Fetch is a powerful MCP server that enables users to fetch and transform web content into various formats, including HTML, JSON, Markdown, and Plain Text.

How to use MCP NPX Fetch?

To use MCP NPX Fetch, you can either install it globally via npm or directly use it with npx. For global installation, run npm install -g @tokenizin/mcp-npx-fetch, or to use it without installation, run npx @tokenizin/mcp-npx-fetch directly in your terminal.

Key features of MCP NPX Fetch?

  • Universal content fetching supporting multiple formats
  • Custom headers support for user requests
  • Built-in transformations for format conversion
  • High performance optimized for speed
  • Seamless integration with other MCP clients
  • Type-safe with full TypeScript support

Use cases of MCP NPX Fetch?

  1. Fetching raw HTML from various sources for data scraping.
  2. Converting fetched JSON data into a more usable format.
  3. Generating Markdown documentation from web content.

FAQ from MCP NPX Fetch?

  • Is MCP NPX Fetch easy to set up?

Yes! Setup is straightforward via npm or npx.

  • What kind of transformations can I perform?

It supports HTML, JSON, Markdown, and Plain Text transformations.

  • Can I integrate it with other applications?

Yes, MCP NPX Fetch is designed to integrate seamlessly with other MCP clients.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
tokenizin-agency
Star
-
Language
-
License
-

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

20 hours ago
Mnemom

21 hours ago
Shippo
@Shippo

a day ago