io.github.mirajmahmudul/agentdevx
io.github.mirajmahmudul/agentdevxGive your AI hands. Identity, credential vault, and API gateway for autonomous agents.
Tools · 38
Get public holidays for a country and year
Get list of available countries
Get all posts
Get a single post by ID
Create a new post
Get all users
Get latest exchange rates for a base currency
Get a GitHub repository by owner and name
List issues for a GitHub repository
Search GitHub repositories
Get current weather for a city
Get 5-day weather forecast for a city
Add a new pet to the store.
Update an existing pet.
Finds Pets by status.
Finds Pets by tags.
Find pet by ID.
Updates a pet in the store with form data.
Deletes a pet.
Uploads an image.
Returns pet inventories by status.
Place an order for a pet.
Find purchase order by ID.
Delete purchase order by identifier.
Create user.
Creates list of users with given input array.
Logs user into the system.
Logs out current logged in user session.
Get user by user name.
Update user resource.
Delete user resource.
Returns whatever you send
Add two numbers
Send an email to a recipient
Store a key-value pair in the agent's encrypted, persistent memory. Survives across sessions.
Retrieve a previously stored value from the agent's encrypted, persistent memory by key.
Scrape a webpage and extract its structure: title, headings, links, images, and text content. Uses static HTML fetch (does not render JavaScript).
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.mirajmahmudul/agentdevx": {
"url": "https://agentdevx.onrender.com/mcp",
"transport": "streamable-http"
}
}
}