Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Powertools MCP Search Server
  • ERPNext MCP Server
  • mcp-histfile
  • Claude MCP Server
  • mcp-v8
Back to MCP Servers
jobswithgpt

jobswithgpt

Public
jobswithgpt/mcp

Connect to a Model Context Protocol server enabling AI models to access real-time job listings and perform job search queries with seamless integration for local and remote clients.

Unknown
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with jobswithgpt

MCP Server

Unlock the full potential of jobswithgpt through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Summary

You can connect to MCP server at https://jobswithgpt.com/mcp/ to both Claude Desktop (as a local MCP client) and the OpenAI Responses API (as a remote MCP tool).

Configuring Claude Desktop as an MCP Client

Paste under "mcpServers":

{ "mcpServers": { "jobswithgpt": { "command": "curl", "args": [ "-X", "POST", "-H", "Content-Type: application/json", "https://jobswithgpt.com/mcp/" ] } } }

OpenAI instructions

import openai client = openai.OpenAI() resp = client.responses.create( model="gpt-4.1-mini", tools=[ { "type": "mcp", "server_label": "jobswithgpt", "server_url": "https://jobswithgpt.com/mcp/", "require_approval": { "never": { "tool_names": ["search_jobs"] } } }, ], input="find jobs for python devs in sf" ) print(resp.output_text)

Example output

Here are some Python developer job opportunities in San Francisco:

1. Software Engineer - Backend, Product Engineering at Baton
   [Apply here](https://job-boards.greenhouse.io/baton/jobs/4011483007)

2. Senior Backend Engineer at Stellic
   [Apply here](https://job-boards.greenhouse.io/stellic/jobs/4705805007)

3. Software Engineer - Backend at Julius AI
   [Apply here](https://jobs.ashbyhq.com/julius/75f8ef44-4fa4-46fa-b416-c7b697078eca)
etc
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Powertools MCP Search Server
    Powertools MCP Search Server

    Model Context Protocol server enabling efficient local search of AWS Lambda Powertools documentation...

    2 tools
    Added May 30, 2025
  • ERPNext MCP Server
    ERPNext MCP Server

    Model Context Protocol server enabling seamless integration with ERPNext via API, offering authentic...

    Added May 30, 2025
  • mcp-histfile
    mcp-histfile

    Access, search, and retrieve shell command history programmatically through the Model Context Protoc...

    Added May 30, 2025
  • Claude MCP Server
    Claude MCP Server

    Lightweight Model Context Protocol server enabling real-time web search integration with Claude AI u...

    Added May 30, 2025
  • mcp-v8
    mcp-v8

    Rust-based Model Context Protocol server offering secure V8 JavaScript execution with persistent hea...

    Added May 30, 2025