mcpserver.lol
registry/agentdevx
Connection check verified live · 27h ago

agentdevx

Give your AI hands. Identity, credential vault, and API gateway for autonomous agents.

Tools 38
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

38 tools

Read from the running server on 27h ago.

acme-mailer.send_email can modify data to
Send an email to a recipient
echo-server.add can modify data a*b*
Add two numbers
echo-server.echo can modify data text*
Returns whatever you send
exchange-rate.getLatestRates read-only
Get latest exchange rates for a base currency
github-api.getRepo read-only
Get a GitHub repository by owner and name
github-api.listRepoIssues read-only
List issues for a GitHub repository
github-api.searchRepos read-only
Search GitHub repositories
jsonplaceholder.createPost can modify data bodytitleuserId
Create a new post
jsonplaceholder.getPost read-only
Get a single post by ID
jsonplaceholder.getPosts read-only
Get all posts
jsonplaceholder.getUsers read-only
Get all users
memory.recall read-only key*
Retrieve a previously stored value from the agent's encrypted, persistent memory by key.
memory.store key*ttlvalue*
Store a key-value pair in the agent's encrypted, persistent memory. Survives across sessions.
open-weather.getCurrentWeather read-only
Get current weather for a city
open-weather.getForecast read-only
Get 5-day weather forecast for a city
petstore-api.addPet can modify data
Add a new pet to the store.
petstore-api.createUser can modify data
Create user.
petstore-api.createUsersWithListInput can modify data
Creates list of users with given input array.
petstore-api.deleteOrder can modify data
Delete purchase order by identifier.
petstore-api.deletePet can modify data
Deletes a pet.
petstore-api.deleteUser can modify data
Delete user resource.
petstore-api.findPetsByStatus read-only
Finds Pets by status.
petstore-api.findPetsByTags read-only
Finds Pets by tags.
petstore-api.getInventory read-only
Returns pet inventories by status.
petstore-api.getOrderById read-only
Find purchase order by ID.
petstore-api.getPetById read-only
Find pet by ID.
petstore-api.getUserByName read-only
Get user by user name.
petstore-api.loginUser read-only
Logs user into the system.
petstore-api.logoutUser read-only
Logs out current logged in user session.
petstore-api.placeOrder can modify data
Place an order for a pet.
petstore-api.updatePet can modify data
Update an existing pet.
petstore-api.updatePetWithForm can modify data
Updates a pet in the store with form data.
petstore-api.updateUser can modify data
Update user resource.
petstore-api.uploadFile can modify data
Uploads an image.
public-holidays.getAvailableCountries read-only
Get list of available countries
public-holidays.getPublicHolidays read-only
Get public holidays for a country and year
webscrape.extractDesign read-only url*
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 HTM…
webscrape.scrape read-only url*
Scrape a webpage and extract its structure: title, headings, links, images, and text content. Uses static HTML fetch (does not render JavaScript).