parseapi-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@parseapi-mcpCheck if email test@example.com is valid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
parseapi-mcp
Official parseAPI MCP server. Every parseAPI lookup as a tool for AI agents: IP and place data, email, phone and domain validation, weather, currency, timezones, holidays.
Get a key at parseapi.com. Free plan works.
Hosted
One URL, nothing to install.
{
"mcpServers": {
"parseapi": {
"url": "https://mcp.parseapi.com",
"headers": { "X-API-Key": "your-api-key" }
}
}
}Related MCP server: personal-mcp-server
Local
{
"mcpServers": {
"parseapi": {
"command": "npx",
"args": ["-y", "parseapi-mcp"],
"env": { "PARSEAPI_KEY": "your-api-key" }
}
}
}Tools
One tool per endpoint, named after the route: ip, postal, city, city_search, email, phone, weather, currency_rate, timezone, holiday, point, elevation, and the rest. Every tool returns the same minimal JSON the API serves.
Errors come back as JSON with a machine-readable code. Branch on code, never on message text. A miss is not_found. No key is invalid_api_key.
Development
npm install
npm run build
npm run smoke # stdio + http, live calls when PARSEAPI_KEY is set
npm run serve # http on :8080MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceOfficial MCP server for ipgeolocation.io APIs. IP geolocation, VPN/proxy detection, timezone, astronomy, user-agent parsing, ASN, company, and IP abuse contact tools for AI assistants.161194MIT
- Alicense-qualityDmaintenanceMCP server providing IP address lookup capabilities. Enables AI assistants to fetch details about public IP addresses or the user's current device IP.98ISC
- Alicense-qualityBmaintenanceOfficial MCP server for the uapis.cn API platform, providing over 100 endpoints for network lookups, text utilities, image processing, social queries, translation, and search.132MIT
- Flicense-qualityDmaintenanceProvides IP address geolocation and related info via an API, with MCP server integration for easy use in AI tools.
Related MCP Connectors
ip-api.com MCP.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/parseapi/parseapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server