CollabX
real brands , Real Results , Real Stories – Here’s What Our Partners say!
https://collabx.com/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.collabx.com/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.collabx.com
67tools discovered
Showing 25 of 67 from the live probe.
Superadmin List Campaigns
Get campaign list with campaign metadata and summary metrics. Use when you need campaign-level records for reporting, filtering, or drill-down. Examples: - Date-filtered campaign list: {"startDate":"2026-01-01","endDate":"2026-01-31"} Output: Success: { data: CampaignRow[] }. CampaignRow contains campaign document keys such as _id,name,organizationId,assetDownloadLink,budget,revenue,budgetOverhead,currency,cat,minFollowers,minPosts,minSubscribers,payoutHoldDays,status,visibility,step,start,end
Superadmin Campaign Applications
Get applications and pending invitations for a campaign. Use when you need applicant status, invite status, and paginated review data. Query aliases: - pageSize is the canonical page-size key used by backend service. - limit is accepted as a legacy alias for page-size in existing callers. - type is a compatibility passthrough filter and should only be sent when legacy workflows require it. Examples: - Campaign applications with paging and search: {"campaignId":"cmp_123","page":1,"pageSize":25,
Superadmin Campaign Approved Influencers
Get approved influencers for a campaign with payout bank details. Use for payout preparation and approved-user reconciliation. Examples: - Basic request: {"campaignId":"<campaignId>"} Output: Success: { success:true, data: ApprovedInfluencer[] }. Each item has userId, name, bankAccountNumber, bankIfscCode, bankName.
Superadmin Campaign Offer Approved Influencers
Get approved influencers for a specific campaign offer with payout bank details. Use for offer-level payout and approval checks. Examples: - Basic request: {"campaignId":"<campaignId>","offerId":"<offerId>"} Output: Success: { success:true, data: ApprovedInfluencer[] }. Each item has userId, name, bankAccountNumber, bankIfscCode, bankName and is scoped to campaign+offer.
Superadmin Campaign Influencer Picker
Get lightweight campaign list sorted by name. Use when you need campaign IDs/names before fetching campaign details. Examples: - Basic request: {} Output: Success: { data: CampaignPickerRow[] } sorted by name. CampaignPickerRow is campaign document output from Mongo (includes _id,name,status,organizationId,budget,currency,offers,start,end and other campaign model fields). Error: {message,error?}.
Superadmin Social Posts Metrics
Get latest post-level social metrics for a user. Use for recent engagement and post performance checks. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: PostMetric[] }. Item keys: postLink, post_date, post_type, _id, likes, views, shares, comments, total_interactions.
Superadmin Social Profile Metrics
Get profile-level social analytics and audience breakdown for a user or a specific profile. Use for profile health and demographic insights. Examples: - Basic request: {"pid":"<pid>","userId":"<userId>"} Output: Success: { success:true, data: ProfileMetricsData|null, runNow:number }. If runNow=0 then data=null. Otherwise data keys are: profileData (JSON profile map string or []), crtRes (country rows), ageRes (gender-age rows), cityRes (city rows), and in aggregate mode (pid="null") dailyMetri
Superadmin Influencer Scout List
Get scout user list with basic identity and bank fields. Use for assignment and scout reference lookups. Examples: - Basic request: {} Output: Success: { success:true, data: ScoutUser[] }. ScoutUser fields: _id,userId,name,email,bankAccountNumber,bankIfscCode,bankName (plus any default Mongo document keys). Error: {success:false,message,error}.
Superadmin Influencer Details
Get campaign application history for one influencer. Use when you need campaign-wise status and timestamps for that influencer. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: InfluencerCampaignRow[] }. InfluencerCampaignRow fields: campaignId,campaignName,status,appliedAt,approvedAt,rejectedAt,userProfile{name,email}. Not found: {success:false,message}. Error: {success:false,message,error}.
Superadmin Influencer Social Profiles
Get social profile records linked to one influencer. Use for platform/account verification and identity mapping. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: SocialProfile[] }. SocialProfile fields: _id,userId,platform,username,accessToken,does_exist. Not found: {success:false,message}. Error: {success:false,message,error}.
Superadmin Influencer Overview
Get influencer overview with profile, socials, aggregate stats, and campaign summary. Use for single-influencer audit and quick diagnosis. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: { profile, socials, stats, campaigns } }. profile is full user profile document. socials[] entries include platform,username,userId,_id. stats: {totalApplications,approved,pending,rejected}. campaigns[] includes campaign fields plus totalOffersApplied,approvedOffers,pendingOffer
Superadmin Organization List
Get organization list with mapped advertiser details. Use for organization discovery and organization-to-advertiser mapping. Examples: - Basic request: {} Output: Success: { success:true, data: OrganizationRow[], advertiserUsers?: AdvertiserUser[], source?: "cache"|"db" }. OrganizationRow is organization document plus advertiser{userId,name,email}|null. advertiserUsers entries include userId,name,email. Empty state may return {success:true,data:[]} without advertiserUsers/source. Error: {succe
Superadmin Organization Details
Get one organization by ID. Use when you need full organization metadata for validation or downstream joins. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: Organization } where data is full organization document. Not found: {success:false,message}. Error: {success:false,message,error}.
Superadmin Organization Campaigns
Get campaigns under one organization. Use for org-scoped campaign analysis and status tracking. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: OrganizationCampaignRow[] }. OrganizationCampaignRow fields (selected): name,budget,currency,status,start,end,offers plus _id. Not found: {success:false,message}. Error: {success:false,message,error}.
Superadmin Scout Campaign List
Get scouts mapped to approved influencers in a campaign. Use to identify scout ownership for campaign operations. Examples: - Basic request: {"campaignId":"<campaignId>"} Output: Success: { success:true, data: Scout[] }. Scout row fields: _id,userId,name,email. Error: {success:false,message,error}.
Superadmin Scout Details
Get scout record by scout user ID. Use for scout-level validation and assignment diagnostics. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: Scout[] } (service returns find-array, typically 0/1 rows). Scout row fields depend on user profile document for role scout. Not found path: {success:false,message}. Error: {success:false,message,error}.
Superadmin Posts Campaign Social Data
Get campaign influencers with linked social profiles. Use to inspect who is approved in a campaign and which social accounts are attached. Examples: - Basic request: {"campaignId":"<campaignId>"} Output: Success: { success:true, data: InfluencerWithSocialProfiles[] }. Each item is influencer profile plus socialProfiles[{userId,userSocialId,userName,platform}].
Superadmin Posts Influencer List by Offer
Get posts for one influencer within a campaign offer. Use for offer-level content verification and post tracing. Examples: - Campaign posts list: {"campaignId":"cmp_123","page":1,"limit":20,"status":"approved"} Output: Success: { success:true, data: Post[] } filtered by campaignId+offerId+author. Post is Mongo post document (keys such as _id,campaignId,author,codes,status,title,postLink,network,details,media,does_exist,cAt,uAt and other model fields). Error: {message,error}.
Superadmin Posts Scout List by Offer
Get posts for influencers under one scout within a campaign offer. Use for scout-level post monitoring. Examples: - Basic request: {"campaignId":"<campaignId>","offerId":"<offerId>","scoutId":"<scoutId>"} Output: Success: { success:true, data: Post[] } where Post is Mongo post document. Not found: {message}. Error: {message,error}.
Superadmin Posts Campaign List
Get campaign post list with engagement, expense, and coupon context. Use for campaign performance review and post-level auditing. Query aliases: - page and limit are forwarded directly as query params. - status accepts both numeric and string forms for backward compatibility with mixed clients. Examples: - Campaign posts list: {"campaignId":"cmp_123","page":1,"limit":20,"status":"approved"} Output: Success: { success:true, data: CampaignPostRow[], coupons: Coupon[] }. CampaignPostRow includes
Superadmin Posts Influencer Coupons
Get coupons available for an influencer in a campaign. Use for coupon assignment checks and redemption readiness. Examples: - Basic request: {"campaignId":"<campaignId>","authorId":"<authorId>"} Output: Success: { success:true, data: Coupon[] } with fields id,offerId,coupon,res,autoAssign,userId,st.
Superadmin Posts List by Influencer
Get all posts for one influencer with live-post metrics when available. Use for influencer output and quality review. Examples: - Basic request: {"id":"<id>"} Output: Success: { success:true, data: PostWithMetrics[] }. Each row is a post document plus: clicks:number (only for live posts), socialData: post_metrics rows (live posts) or [] (non-live posts).
Superadmin Posts Offer Coupons
Get posts/coupon-linked records for a campaign offer. Use to verify offer coverage and related content records. Examples: - Basic request: {"campaignId":"<campaignId>","offerId":"<offerId>"} Output: Success: { success:true, data: Post[] } where Post is Mongo post document filtered by campaign+offer. Post keys include _id,campaignId,author,codes,status,title,postLink,network,details,media,does_exist,cAt,uAt (plus model-defined fields). Bad request: {success:false,message}. Not found: {message}.
Superadmin Posts Earnings Influencer
Get influencer earnings total for one campaign-offer-coupon tuple. Use for influencer payout calculation and reconciliation. Examples: - Basic request: {"campaignId":"<campaignId>","offerId":"<offerId>","influencerId":"<influencerId>","couponId":"<couponId>"} Output: Success: { success:true, data:[{earnings:number}] } from net_earnings_v2 influencer_payout sum.
Superadmin Posts Earnings Scout
Get scout earnings total for one campaign-offer-coupon tuple. Use for scout payout calculation and reconciliation. Examples: - Basic request: {"campaignId":"<campaignId>","offerId":"<offerId>","scoutId":"<scoutId>","couponId":"<couponId>"} Output: Success: { success:true, data:[{earnings:number}] } from net_earnings_v2 scout_payout sum.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsreal brands , Real Results , Real Stories – Here’s What Our Partners say!
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate CollabX? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 67 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.