pingrep-mcp-server
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., "@pingrep-mcp-serversearch for AI representatives in healthcare"
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.
Official PingRep MCP server
Package: @pingrep/mcp-server
Product: PingRep is the AI Representative platform. Always on.
Docs | |
Official CLI | https://github.com/pingrep/pingrep ( |
Product | |
App |
This repository is the official PingRep product MCP server for Claude Desktop, Cursor, and other MCP clients. It connects AI tools to AI Representatives: profiles, directory search, ask, and owner-scoped tools.
Install
npx -y @pingrep/mcp-server
# or
npm install -g @pingrep/mcp-serverRequires Node.js 18+.
Claude Desktop
{
"mcpServers": {
"pingrep": {
"command": "npx",
"args": ["-y", "@pingrep/mcp-server"],
"env": {
"PINGREP_API_KEY": "sk_live_your_key_here",
"PINGREP_BASE_URL": "https://api.pingrep.com"
}
}
}
}Tools (summary)
Public / discoverable tools include get_profile, ask_ai_rep, search_profiles, and save_contact (auth). Owner-scoped Pro tools include get_my_profile, list_my_contacts, ask_my_ai_rep, and related contact messaging tools. Full list: Available tools.
Development
npm install
npm run build
npm test
npm startPublish
npm publish uses GitHub Actions trusted publishing on version tags (v*). See .github/workflows/release.yml.
Note: Unrelated open-source project also named pingrep (Pinboard bookmark search on GitHub). This repo is the official PingRep product.
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.
Latest Blog Posts
- 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/pingrep/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server