# agentdevx MCP server

AI gateway for calling APIs: discover tools, get credentials, execute tasks.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mirajmahmudul-agentdevx

## Install
- Endpoint: https://agentdevx-production.up.railway.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://agentdevx-production.up.railway.app/mcp

## Tools
- public-holidays.getPublicHolidays - Get public holidays for a country and year Endpoint: https://agentdevx-production.up.railway.app/mcp
- public-holidays.getAvailableCountries - Get list of available countries Endpoint: https://agentdevx-production.up.railway.app/mcp
- jsonplaceholder.getPosts - Get all posts Endpoint: https://agentdevx-production.up.railway.app/mcp
- jsonplaceholder.getPost - Get a single post by ID Endpoint: https://agentdevx-production.up.railway.app/mcp
- jsonplaceholder.createPost - Create a new post Endpoint: https://agentdevx-production.up.railway.app/mcp
- jsonplaceholder.getUsers - Get all users Endpoint: https://agentdevx-production.up.railway.app/mcp
- exchange-rate.getLatestRates - Get latest exchange rates for a base currency Endpoint: https://agentdevx-production.up.railway.app/mcp
- github-api.getRepo - Get a GitHub repository by owner and name Endpoint: https://agentdevx-production.up.railway.app/mcp
- github-api.listRepoIssues - List issues for a GitHub repository Endpoint: https://agentdevx-production.up.railway.app/mcp
- github-api.searchRepos - Search GitHub repositories Endpoint: https://agentdevx-production.up.railway.app/mcp
- open-weather.getCurrentWeather - Get current weather for a city Endpoint: https://agentdevx-production.up.railway.app/mcp
- open-weather.getForecast - Get 5-day weather forecast for a city Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.addPet - Add a new pet to the store. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.updatePet - Update an existing pet. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.findPetsByStatus - Finds Pets by status. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.findPetsByTags - Finds Pets by tags. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.getPetById - Find pet by ID. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.updatePetWithForm - Updates a pet in the store with form data. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.deletePet - Deletes a pet. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.uploadFile - Uploads an image. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.getInventory - Returns pet inventories by status. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.placeOrder - Place an order for a pet. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.getOrderById - Find purchase order by ID. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.deleteOrder - Delete purchase order by identifier. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.createUser - Create user. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.createUsersWithListInput - Creates list of users with given input array. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.loginUser - Logs user into the system. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.logoutUser - Logs out current logged in user session. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.getUserByName - Get user by user name. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.updateUser - Update user resource. Endpoint: https://agentdevx-production.up.railway.app/mcp
- petstore-api.deleteUser - Delete user resource. Endpoint: https://agentdevx-production.up.railway.app/mcp
- echo-server.echo - Returns whatever you send Endpoint: https://agentdevx-production.up.railway.app/mcp
- echo-server.add - Add two numbers Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.addPet - Add a new pet to the store. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.updatePet - Update an existing pet. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.findPetsByStatus - Finds Pets by status. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.findPetsByTags - Finds Pets by tags. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.getPetById - Find pet by ID. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.updatePetWithForm - Updates a pet in the store with form data. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.deletePet - Deletes a pet. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.uploadFile - Uploads an image. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.getInventory - Returns pet inventories by status. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.placeOrder - Place an order for a pet. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.getOrderById - Find purchase order by ID. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.deleteOrder - Delete purchase order by identifier. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.createUser - Create user. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.createUsersWithListInput - Creates list of users with given input array. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.loginUser - Logs user into the system. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.logoutUser - Logs out current logged in user session. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.getUserByName - Get user by user name. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.updateUser - Update user resource. Endpoint: https://agentdevx-production.up.railway.app/mcp
- swagger-petstore---openapi-3.0.deleteUser - Delete user resource. Endpoint: https://agentdevx-production.up.railway.app/mcp
- acme-mailer.send_email - Send an email to a recipient Endpoint: https://agentdevx-production.up.railway.app/mcp
- acme-mailer.send_email - Send an email to a recipient Endpoint: https://agentdevx-production.up.railway.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.mirajmahmudul
- Version: 1.0.4
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 19, 2026
- Source: https://registry.modelcontextprotocol.io
