
agentdevx
Give your AI hands.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Give your AI hands. Identity, credential vault, and API gateway for autonomous agents.
Server tool list (38)
Raw names from tools/list. Only developers need these.
| 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 render JavaScript). |