🤖 Auto Offer MCP Server v0.1.0

Model Context Protocol server for AI-powered job tracking

🔗 MCP Endpoint

SSE Transport: https://mcp.viapp.ai/mcp

🛠️ Available Tools

list_jobs
List jobs for the authenticated user
Params: api_key (required), status, limit
get_job
Get detailed information about a specific job by ID
Params: api_key, job_id (required)
import_job
Import a new job by URL
Params: api_key, url (required), company_name, position_title
update_job_status
Update the status of an existing job
Params: api_key, job_id, status (required), notes
list_companies
List all companies with job counts
Params: api_key (required)

⚙️ Claude Desktop Configuration

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "auto-offer": {
      "url": "https://mcp.viapp.ai/mcp",
      "transport": "sse"
    }
  }
}
🔑 Authentication: All tools require an api_key parameter. Get your API key from www.viapp.ai.