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.1.tar.gz (11.3 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.1-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: job_offer_scraper_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 11.3 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.1.tar.gz
Algorithm Hash digest
SHA256 a7a2ae4fc726bd796a302304d58f05bf2794c57d6418220353eed69bbeb4f76a
MD5 a15328e5e11209856a53a718641090b4
BLAKE2b-256 34a0da3e305dbb6e83c63e687ecdfc4f9f92ef83ed802445ea6bbe720e642c30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: job_offer_scraper_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.2 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e6df1d2922916865e16a4b700fa91ecc7ddf20e7ac70e02d27d2c25776892cce
MD5 011a0db12cacc2e9ff9201617d176f76
BLAKE2b-256 b9effb42f0200063001240e8e505609730ca5aab4dc6a7b5f1fb4fcdae6dbb3d

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