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