pingrep-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_my_profileA | Get the authenticated PingRep user's own AI Representative profile. |
| list_my_contactsA | List the authenticated user's saved PingRep contacts. |
| get_contactA | Get details for one saved contact owned by the authenticated user. |
| ask_my_ai_repA | Ask the authenticated user's own PingRep AI Representative a question. |
| ask_contact_ai_repA | Ask a saved contact's PingRep AI Representative a question. |
| draft_message_to_contactA | Draft a message to a saved contact. This does not send anything. |
| send_message_to_contactA | Send a message to a saved contact only after explicit user confirmation. Set confirmSend to true only after the user approves the exact message. |
| get_rep_analytics_summaryB | Get the authenticated user's PingRep AI Representative analytics summary. |
| get_profileA | Get a PingRep professional profile by ID or username slug. Returns the person's name, title, company, bio, skills, work experience, education, and social links. |
| ask_ai_repA | Ask a PingRep AI Representative a question about their professional background, expertise, or services. The AI Rep answers on behalf of the profile owner based on their professional identity. Returns the answer and suggested follow-up questions. |
| save_contactA | Save your contact information after interacting with a PingRep AI Representative. This lets the profile owner know you are interested in connecting. Requires name and email at minimum. |
| search_profilesA | Search the PingRep professional directory to find professionals by role, location, or keyword. Only returns profiles that have opted into AI discoverability. Use this to help users find real estate agents, attorneys, financial advisors, and other professionals. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Most tools have distinct purposes, but the three 'ask' tools (ask_my_ai_rep, ask_contact_ai_rep, ask_ai_rep) could cause confusion, as could get_contact vs. get_profile without careful reading.
All tools follow a consistent verb_noun pattern with snake_case (e.g., list_my_contacts, get_profile, search_profiles). Naming is predictable and uniform.
With 12 tools, the server is well-scoped for a professional networking and AI representative service. It covers contacts, profiles, messaging, AI queries, analytics, and search without being bloated.
The tool surface covers core workflows but has notable gaps: missing update and delete for contacts, no message history listing, and limited AI rep management. CRUD is incomplete for contacts.