Add the FoundRole Job Search agent 🤖🤖🤖 - #2895
Open
FoundRoleApp wants to merge 1 commit into
Open
Conversation
FoundRole is a job-search MCP server: live openings pulled from company applicant tracking systems, enriched with salary benchmarks, H-1B sponsorship history, E-Verify status and a ghost-job trust grade. The agent covers searching and paginating listings, checking how hiring software parses a resume, analyzing and comparing individual roles, and managing applications, reminders and job alerts.
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results
Summary
Full linter output |
Contributor
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an agent for FoundRole, a job-search MCP server. It aggregates live
openings from company applicant tracking systems and enriches each posting
with salary benchmarks, H-1B sponsorship history, E-Verify status and a
ghost-job trust grade.
The agent covers the four things a developer actually does during a job
search from the editor:
as parameters rather than assumed
reported as findings rather than as an invented score
jobs found outside FoundRole
The server is public at https://www.foundrole.com/mcp and signs in with
OAuth on first use, so no token or secret is needed in the frontmatter.
Setup instructions and an FAQ live at https://www.foundrole.com/ai-search-mcp.
npm startwas run; the only generated change is the new row indocs/README.agents.md.