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 |
|---|---|
| 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7a2ae4fc726bd796a302304d58f05bf2794c57d6418220353eed69bbeb4f76a
|
|
| MD5 |
a15328e5e11209856a53a718641090b4
|
|
| BLAKE2b-256 |
34a0da3e305dbb6e83c63e687ecdfc4f9f92ef83ed802445ea6bbe720e642c30
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6df1d2922916865e16a4b700fa91ecc7ddf20e7ac70e02d27d2c25776892cce
|
|
| MD5 |
011a0db12cacc2e9ff9201617d176f76
|
|
| BLAKE2b-256 |
b9effb42f0200063001240e8e505609730ca5aab4dc6a7b5f1fb4fcdae6dbb3d
|