← Top 100 / Full directory (5,562)

agentdevx

AI & Memory Remote 50 tools

AI agent gateway for calling any API securely. Bootstrap your agent in one call, discover tools, enforce OPA policies, and inject credentials automatically. ## Features - One-call agent bootstrap with Ed25519 identity - Tool registry with OpenAPI ingestion - OPA policy enforcement - Encrypted credential vault - Tier-based daily limits (free/starter/pro/scale) ## Quick Start POST https://agentdevx.onrender.com/agents/v1/bootstrap {"public_key": "<your_ed25519_hex>"}

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://agentdevx--mirajmahmudul57.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(50)
  • public-holidays.getPublicHolidays

    Get public holidays for a country and year

  • public-holidays.getAvailableCountries

    Get list of available countries

  • jsonplaceholder.getPosts

    Get all posts

  • jsonplaceholder.getPost

    Get a single post by ID

  • jsonplaceholder.createPost

    Create a new post

  • jsonplaceholder.getUsers

    Get all users

  • exchange-rate.getLatestRates

    Get latest exchange rates for a base currency

  • github-api.getRepo

    Get a GitHub repository by owner and name

  • github-api.listRepoIssues

    List issues for a GitHub repository

  • github-api.searchRepos

    Search GitHub repositories

  • open-weather.getCurrentWeather

    Get current weather for a city

  • open-weather.getForecast

    Get 5-day weather forecast for a city

  • petstore-api.addPet

    Add a new pet to the store.

  • petstore-api.updatePet

    Update an existing pet.

  • petstore-api.findPetsByStatus

    Finds Pets by status.

  • petstore-api.findPetsByTags

    Finds Pets by tags.

  • petstore-api.getPetById

    Find pet by ID.

  • petstore-api.updatePetWithForm

    Updates a pet in the store with form data.

  • petstore-api.deletePet

    Deletes a pet.

  • petstore-api.uploadFile

    Uploads an image.

  • petstore-api.getInventory

    Returns pet inventories by status.

  • petstore-api.placeOrder

    Place an order for a pet.

  • petstore-api.getOrderById

    Find purchase order by ID.

  • petstore-api.deleteOrder

    Delete purchase order by identifier.

  • petstore-api.createUser

    Create user.

  • petstore-api.createUsersWithListInput

    Creates list of users with given input array.

  • petstore-api.loginUser

    Logs user into the system.

  • petstore-api.logoutUser

    Logs out current logged in user session.

  • petstore-api.getUserByName

    Get user by user name.

  • petstore-api.updateUser

    Update user resource.

  • petstore-api.deleteUser

    Delete user resource.

  • echo-server.echo

    Returns whatever you send

  • echo-server.add

    Add two numbers

  • swagger-petstore---openapi-3.0.addPet

    Add a new pet to the store.

  • swagger-petstore---openapi-3.0.updatePet

    Update an existing pet.

  • swagger-petstore---openapi-3.0.findPetsByStatus

    Finds Pets by status.

  • swagger-petstore---openapi-3.0.findPetsByTags

    Finds Pets by tags.

  • swagger-petstore---openapi-3.0.getPetById

    Find pet by ID.

  • swagger-petstore---openapi-3.0.updatePetWithForm

    Updates a pet in the store with form data.

  • swagger-petstore---openapi-3.0.deletePet

    Deletes a pet.

  • swagger-petstore---openapi-3.0.uploadFile

    Uploads an image.

  • swagger-petstore---openapi-3.0.getInventory

    Returns pet inventories by status.

  • swagger-petstore---openapi-3.0.placeOrder

    Place an order for a pet.

  • swagger-petstore---openapi-3.0.getOrderById

    Find purchase order by ID.

  • swagger-petstore---openapi-3.0.deleteOrder

    Delete purchase order by identifier.

  • swagger-petstore---openapi-3.0.createUser

    Create user.

  • swagger-petstore---openapi-3.0.createUsersWithListInput

    Creates list of users with given input array.

  • swagger-petstore---openapi-3.0.loginUser

    Logs user into the system.

  • swagger-petstore---openapi-3.0.logoutUser

    Logs out current logged in user session.

  • swagger-petstore---openapi-3.0.getUserByName

    Get user by user name.

Related servers