Skip to content
Back to search
100
MCP live MCP 2025-03-26 http

agentdevx

mirajmahmudul57/agentdevx

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>"}

Uptime
100.0%
1 direct probes · 30d
Response
1115ms
last probe
Tools
38
callable
Resources
0
readable
Prompts
0
available

Tools · 38

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

acme-mailer.send_email

Send an email to a recipient

memory.store

Store a key-value pair in the agent's encrypted, persistent memory. Survives across sessions.

memory.recall

Retrieve a previously stored value from the agent's encrypted, persistent memory by key.

webscrape.scrape

Scrape a webpage and extract its structure: title, headings, links, images, and text content. Uses static HTML fetch (does not render JavaScript).

webscrape.extractDesign

Analyze a webpage and extract its design system: colors, fonts, font sizes, spacing values, layout patterns (flexbox/grid usage), and component class name patterns. Uses static HTML fetch (does not re…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentdevx": {
      "url": "https://agentdevx.onrender.com/mcp",
      "transport": "http"
    }
  }
}