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+.
Related MCP server: Dovetail MCP Server
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.
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
- Flicense-qualityDmaintenanceExposes internal employee directories and project management systems to AI models through standardized tools and resources. It enables AI assistants to search for team members, query project statuses, and explore organizational hierarchies with secure role-based access control.

Dovetail MCP Serverofficial
Alicense-qualityCmaintenanceConnects AI tools to the Dovetail API, enabling them to interact with Dovetail features.2,5048MIT
Airframe MCP Clientofficial
Alicense-qualityBmaintenanceConnects AI agents to Airframe's product intelligence and expert network, enabling product search, comparison, expert discovery, and market research queries.87MIT- FlicenseBqualityCmaintenanceEnables AI assistants to interact with the HRD-PIS API for HR profile management, including authentication and various HR operations.16
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
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/pingrep/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server