Command Palette

Search for a command to run...

UnylyUnyly
Browse all

LLM Pricing Scraper Server

FreeNot checked

Enables scraping and comparison of LLM inference pricing from multiple providers like Cloudrift, DeepInfra, Fireworks, and Groq, storing results in a SQLite dat

GitHubEmbed

About

Enables scraping and comparison of LLM inference pricing from multiple providers like Cloudrift, DeepInfra, Fireworks, and Groq, storing results in a SQLite database.

README

In this project, you are going to make a chatbot to scrape LLM Inference Serving websites to research costs of serving various LLMs. You will do this by writing an MCP Server that hooks up to Firecrawl's API and saving the data in a SQLite Database. You should use the following websites to scrape:

  1. Make a venv with uv
  2. Sync venv with pyproject.toml (uv sync)
  3. Make an API Key on Anthropic and Firecrawl
  4. Complete the 2 tool calls in starter_server.py
  5. Change the server_config.json to point to your server file
  6. Complete any section in starter_client.py that has "#complete".
  7. Test using any methods taught in the course
  8. Use the following prompts in your chatbot but play around with all the LLM providers in the list above:

from github.com/alexis-htc/mcp

Installing LLM Pricing Scraper Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alexis-htc/mcp

FAQ

Is LLM Pricing Scraper Server MCP free?

Yes, LLM Pricing Scraper Server MCP is free — one-click install via Unyly at no cost.

Does LLM Pricing Scraper Server need an API key?

No, LLM Pricing Scraper Server runs without API keys or environment variables.

Is LLM Pricing Scraper Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install LLM Pricing Scraper Server in Claude Desktop, Claude Code or Cursor?

Open LLM Pricing Scraper Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare LLM Pricing Scraper Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs