Skip to main content

MCP server that extracts structured job offer data from popular job boards.

Project description

Job Offer Scraper MCP

An MCP server that extracts job descriptions and criteria from job offer pages.

Supported sites

Site Status
LinkedIn Implemented
TecnoEmpleo Implemented
InfoEmpleo Implemented
Indeed In progress

Run without cloning

Once the package is published on PyPI:

uvx job-offer-scraper-mcp

It can also be executed directly from GitHub without manually cloning the repository:

uvx --from git+https://github.com/JuanjoLopez19/job-scrapper-mcp.git job-offer-scraper-mcp

uvx creates an isolated environment and caches the package and its dependencies.

MCP client configuration

Example configuration for clients that accept a command and argument list:

{
  "servers": {
    "job-offer-scraper": {
      "command": "uvx",
      "args": ["job-offer-scraper-mcp"]
    }
  }
}

Before the first PyPI release, use the GitHub source explicitly:

{
  "servers": {
    "job-offer-scraper": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/JuanjoLopez19/job-scrapper-mcp.git",
        "job-offer-scraper-mcp"
      ]
    }
  }
}

Local development

Requirements:

  • Python 3.11 or newer
  • uv

Install dependencies and run the quality suite:

uv sync
uv run pre-commit run --all-files

Run the MCP server from the working tree:

uv run job-offer-scraper-mcp

Build and smoke-test the distribution:

uv build --no-sources
uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py

Publishing

Releases are published to PyPI by .github/workflows/release.yml when a tag beginning with v is pushed. The pypi GitHub environment and a matching PyPI Trusted Publisher must be configured before the first release.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

job_offer_scraper_mcp-0.1.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

job_offer_scraper_mcp-0.1.0-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file job_offer_scraper_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: job_offer_scraper_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for job_offer_scraper_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ccba0acedfe072c4fae32dd45edb4b5ffdabc56c5d1252218e71ee93e84a4f6a
MD5 24eb42df9c932c90ce91dcbedcc36dec
BLAKE2b-256 ab836814811c73f5455f2ae401a0782e6abb4373f8bcdfc3179dbf9d82cd2d18

See more details on using hashes here.

File details

Details for the file job_offer_scraper_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: job_offer_scraper_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for job_offer_scraper_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 03c38c586ad54734f8a8ca2d258ed1948805d5fe169338b1fbfd131ad9d6a097
MD5 692d1e153e15820b85c805506e9384b0
BLAKE2b-256 2931dfbaa26661602da071e21930660df5d6417259e53f999591bbe4b790cf84

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page