Locais de Trabalho

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://vaas.vag.as/doc/publicacao-vagas-vaas-pt/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "publicacao-vagas-vaas-pt MCP server": {
    "url": "https://vaas.vag.as/doc/publicacao-vagas-vaas-pt/mcp"
  }
}

Close
GET /dominios/modelos-locais-trabalho

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • tipo string
    • nome string
GET /dominios/modelos-locais-trabalho
curl \
 --request GET 'https://apigateway.vagas.com.br/v1/dominios/modelos-locais-trabalho' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "id": 1,
    "tipo": "home_office",
    "nome": "100% Home Office"
  }
]