← Registry

General Tools

agentdevx.onrender.com

Provides access to public holidays and placeholder data for testing and development.

1 endpoint38 known toolsFirst detected June 6, 2026Last detected September 7, 2026

ENDPOINT 1

https://agentdevx.onrender.com/mcp

No auth detected

MCP server metadata

Name
AgentDevX Gateway
Version
1.0.0
Capabilities
tools.listChanged

Known tools 38

public-holidays.getPublicHolidays

Get public holidays for a country and year

Inferred read-only
public-holidays.getAvailableCountries

Get list of available countries

Inferred read-only
jsonplaceholder.getPosts

Get all posts

Inferred read-only
jsonplaceholder.getPost

Get a single post by ID

Potential side effects
jsonplaceholder.createPost

Create a new post

Potential side effects
jsonplaceholder.getUsers

Get all users

Inferred read-only
exchange-rate.getLatestRates

Get latest exchange rates for a base currency

Inferred read-only
github-api.getRepo

Get a GitHub repository by owner and name

Inferred read-only
github-api.listRepoIssues

List issues for a GitHub repository

Inferred read-only
github-api.searchRepos

Search GitHub repositories

Inferred read-only
open-weather.getCurrentWeather

Get current weather for a city

Inferred read-only
open-weather.getForecast

Get 5-day weather forecast for a city

Inferred read-only
petstore-api.addPet

Add a new pet to the store.

Inferred read-only
petstore-api.updatePet

Update an existing pet.

Potential side effects
petstore-api.findPetsByStatus

Finds Pets by status.

Inferred read-only
petstore-api.findPetsByTags

Finds Pets by tags.

Inferred read-only
petstore-api.getPetById

Find pet by ID.

Inferred read-only
petstore-api.updatePetWithForm

Updates a pet in the store with form data.

Inferred read-only
petstore-api.deletePet

Deletes a pet.

Inferred read-only
petstore-api.uploadFile

Uploads an image.

Inferred read-only
petstore-api.getInventory

Returns pet inventories by status.

Inferred read-only
petstore-api.placeOrder

Place an order for a pet.

Inferred read-only
petstore-api.getOrderById

Find purchase order by ID.

Potential side effects
petstore-api.deleteOrder

Delete purchase order by identifier.

Potential side effects
petstore-api.createUser

Create user.

Potential side effects
petstore-api.createUsersWithListInput

Creates list of users with given input array.

Inferred read-only
petstore-api.loginUser

Logs user into the system.

Inferred read-only
petstore-api.logoutUser

Logs out current logged in user session.

Inferred read-only
petstore-api.getUserByName

Get user by user name.

Inferred read-only
petstore-api.updateUser

Update user resource.

Potential side effects
petstore-api.deleteUser

Delete user resource.

Potential side effects
echo-server.echo

Returns whatever you send

Potential side effects
echo-server.add

Add two numbers

Inferred read-only
acme-mailer.send_email

Send an email to a recipient

Potential side effects
memory.store

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

Inferred read-only
memory.recall

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

Inferred read-only
webscrape.scrape

Scrape a webpage and extract its structure: title, headings, links, images, and text content.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentdevx-gateway]
url = "https://agentdevx.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentdevx-gateway": {
      "type": "http",
      "url": "https://agentdevx.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentdevx-gateway
Remote MCP URL: https://agentdevx.onrender.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentdevx-gateway": {
      "url": "https://agentdevx.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentdevx-gateway": {
      "type": "http",
      "url": "https://agentdevx.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentdevx-gateway",
  "transport": "streamable-http",
  "url": "https://agentdevx.onrender.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-09-27T04:50:32.253Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.