GitHub

GitHub

Unverified verified 13 jun 2026
Pricing: Free Last verified: 2026-06-13
Visit Website
Updated

TL;DR

GitHub is the world's leading cloud-based platform for version control, collaboration, and automated software development. It serves over 100 million developers by providing Git repository management, integrated CI/CD via GitHub Actions, and AI-powered coding with GitHub Copilot. Its primary differentiator is its massive open-source ecosystem, which makes it the de facto social network for software engineers.

What Users Actually Pay

No user-reported pricing yet.

Our Take

GitHub maintains a dominant market position by evolving from a simple code hosting site into a comprehensive 'DevSecOps' platform. Its acquisition by Microsoft has accelerated the integration of enterprise-grade security and AI features, such as Copilot, which currently sets the standard for developer productivity tools. The platform's greatest strength is its 'gravity'—nearly every major open-source project and developer tool integrates with GitHub first. However, the platform is not without its limitations. As GitHub expands its feature set into project management, security scanning, and cloud IDEs, the user interface has become increasingly complex, leading to 'feature bloat' concerns. Pricing for advanced security features can also be prohibitive for smaller organizations compared to integrated competitors like GitLab. GitHub is best suited for modern development teams that prioritize speed, collaboration, and high-quality integrations. While enterprises benefit from its robust security and governance features, it remains the premier choice for individual developers and open-source maintainers due to its free tier and community reach.

Pros

  • + Industry-leading CI/CD through GitHub Actions with a vast library of pre-built marketplace workflows.
  • + First-class AI integration with GitHub Copilot, significantly reducing boilerplate coding and debugging time.
  • + Seamless collaboration features including Pull Requests, Code Review tools, and built-in project management (Issues/Projects).
  • + Vast community support and the ability to host public repositories for free, facilitating open-source discovery.
  • + Robust security suite including Secret Scanning, Dependabot for dependency updates, and CodeQL for static analysis.

Cons

  • - The user interface can feel cluttered and overwhelming due to the sheer number of features and notification settings.
  • - Advanced security and enterprise features carry a high price tag compared to self-hosted or smaller-scale alternatives.
  • - Proprietary 'Advanced Security' features are often locked behind the highest pricing tiers, making security compliance expensive.
  • - Occasional platform-wide performance degradations or outages can disrupt development workflows globally.
  • - The learning curve for advanced Git operations and complex Action YAML configurations can be steep for junior developers.

Sentiment Analysis

+0.88Very PositiveUpdated May 9, 2026

Sentiment has remained stable since last capture. GitHub maintains an exceptionally high sentiment (0.88, up from 0.85), largely driven by the successful rollout of AI features and the reliability of GitHub Actions. While technical users on Reddit occasionally critique UI changes, the general consensus remains that it is the most essential tool in a developer's stack.

Sentiment Over Time

By Source

G2+0.90

2000 mentions

Sample quotes (1)
  • "Github is easy to use... Github actions is also very easy to use, and the cron feature is excellent, which helps me automate many workflows."
Capterra+0.95

1500 mentions

Sample quotes (1)
  • "The integration with VS Code and the overall ecosystem makes GitHub the only choice for our dev team. Copilot is a game changer."
Reddit+0.75

500 mentions

Sample quotes (1)
  • "I don't find any major issue, but they should give simple options like stopping push notifications... UI makes it harder to find settings sometimes."

Agent Readiness

84/100

GitHub is highly optimized for autonomous AI agents. It offers both a mature REST API and a flexible GraphQL API, allowing agents to fetch only the necessary data. With comprehensive webhooks, official SDKs (Octokit), and sandboxed environments via GitHub Codespaces, it is arguably the most 'agent-ready' developer platform available today.

API Surface100
Public APIRESTGraphQLFree TieropenApi
Protocol Support55
MCP (91 tools)
SDK Availability70
npm: @actions/github (official)npm: github-from-package (official)npm: github-slugger (official)npm: parse-github-url (official)npm: universal-github-app-jwt (official)npm: github-username (official)npm: github-buttons (official)npm: github-url-from-git (official)npm: @github/copilot-linux-x64 (official)npm: passport-github (official)pypi: github (official)pypi: github-python (official)pypi: PyGithub (official)
Integration Ecosystem100
ZapierMaken8nWebhooksSlackMicrosoft TeamsJiraVS CodeAWSAzure
Developer Experience100
Docs: excellentSandboxVersioningChangelogStatus Page

Last checked May 9, 2026

MCP Integrations

45 servers98 tools4,123 total uses
GitHub
GitHubgithub
smitheryVerifiedRemoteHigh match

Connect your AI agents to GitHub — manage repos, issues, PRs, workflows, and more

3,954 uses
86 tools
  • actions_getGet details about specific GitHub Actions resources. Use this tool to get details about individual workflows, workflow runs, jobs, and artifacts by their unique IDs.
  • actions_listTools for listing GitHub Actions resources. Use this tool to list workflows in a repository, or list workflow runs, jobs, and artifacts for a specific workflow or workflow run.
  • actions_run_triggerTrigger GitHub Actions workflow operations, including running, re-running, cancelling workflow runs, and deleting workflow run logs.
  • add_comment_to_pending_reviewAdd review comment to the requester's latest pending pull request review. A pending review needs to already exist to call this (check with the user if not sure).
  • add_issue_commentAdd a comment to a specific issue in a GitHub repository. Use this tool to add comments to pull requests as well (in this case pass pull request number as issue_number), but only if user is not asking specifically to add review comments.
  • add_reply_to_pull_request_commentAdd a reply to an existing pull request comment. This creates a new comment that is linked as a reply to the specified comment.
  • assign_copilot_to_issueAssign Copilot to a specific issue in a GitHub repository. This tool can help with the following outcomes: - a Pull Request created with source code changes to resolve the issue More information can be found at: - https://docs.github.com/en/copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot
  • create_branchCreate a new branch in a GitHub repository
  • create_gistCreate a new gist
  • create_or_update_fileCreate or update a single file in a GitHub repository. If updating, you should provide the SHA of the file you want to update. Use this tool to create or update a file in a GitHub repository remotely; do not use it for local file operations. In order to obtain the SHA of original file version before updating, use the following git command: git rev-parse <branch>:<path to file> SHA MUST be provided for existing file updates.
  • create_pull_requestCreate a new pull request in a GitHub repository.
  • create_pull_request_with_copilotDelegate a task to GitHub Copilot coding agent to perform in the background. The agent will create a pull request with the implementation. You should use this tool if the user asks to create a pull request to perform a specific task, or if the user asks Copilot to do something.
  • create_repositoryCreate a new GitHub repository in your account or specified organization
  • delete_fileDelete a file from a GitHub repository
  • dismiss_notificationDismiss a notification by marking it as read or done
  • fork_repositoryFork a GitHub repository to your account or specified organization
  • get_code_scanning_alertGet details of a specific code scanning alert in a GitHub repository.
  • get_commitGet details for a commit from a GitHub repository
  • get_copilot_job_statusGet the status of a GitHub Copilot coding agent job. Use this to check if a previously submitted task has completed and to get the pull request URL once it's created. Provide the job ID (from create_pull_request_with_copilot) or pull request number (from assign_copilot_to_issue), or any pull request you want agent sessions for.
  • get_copilot_spaceThis tool can be used to provide additional context to the chat from a specific Copilot space. If the user mentions the keyword 'Copilot space' with the name and owner of the space, execute this tool. The response includes a table of contents (TOC) listing all documents in the space, followed by the full content of each document. Documents are separated by markers in the format: '--- Document N: path (size) ---'. When searching for specific information, use grep (or equivalent command) to search across all documents; the separator lines will help identify which document contains the matching content.
  • get_dependabot_alertGet details of a specific dependabot alert in a GitHub repository.
  • get_discussionGet a specific discussion by ID
  • get_discussion_commentsGet comments from a discussion
  • get_file_contentsGet the contents of a file or directory from a GitHub repository
  • get_gistGet gist content of a particular gist, by gist ID
  • get_global_security_advisoryGet a global security advisory
  • get_job_logsGet logs for GitHub Actions workflow jobs. Use this tool to retrieve logs for a specific job or all failed jobs in a workflow run. For single job logs, provide job_id. For all failed jobs in a run, provide run_id with failed_only=true.
  • get_labelGet a specific label from a repository.
  • get_latest_releaseGet the latest release in a GitHub repository
  • get_meGet details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.
  • get_notification_detailsGet detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.
  • get_release_by_tagGet a specific release by its tag name in a GitHub repository
  • get_repository_treeGet the tree structure (files and directories) of a GitHub repository at a specific ref or SHA
  • get_secret_scanning_alertGet details of a specific secret scanning alert in a GitHub repository.
  • get_tagGet details about a specific git tag in a GitHub repository
  • get_team_membersGet member usernames of a specific team in an organization. Limited to organizations accessible with current credentials
  • get_teamsGet details of the teams the user is a member of. Limited to organizations accessible with current credentials
  • github_support_docs_searchRetrieve documentation relevant to answer GitHub product and support questions. Support topics include: GitHub Actions Workflows, Authentication, GitHub Support Inquiries, Pull Request Practices, Repository Maintenance, GitHub Pages, GitHub Packages, GitHub Discussions, Copilot Spaces
  • issue_readGet information about a specific issue in a GitHub repository.
  • issue_writeCreate a new or update an existing issue in a GitHub repository.
  • label_writePerform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.
  • list_branchesList branches in a GitHub repository
  • list_code_scanning_alertsList code scanning alerts in a GitHub repository.
  • list_commitsGet list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).
  • list_copilot_spacesRetrieves the list of Copilot Spaces accessible to the user, including their names and owners.
  • list_dependabot_alertsList dependabot alerts in a GitHub repository.
  • list_discussion_categoriesList discussion categories with their id and name, for a repository or organisation.
  • list_discussionsList discussions for a repository or organisation.
  • list_gistsList gists for a user
  • list_global_security_advisoriesList global security advisories from GitHub.
  • list_issue_typesList supported issue types for repository owner (organization).
  • list_issuesList issues in a GitHub repository. For pagination, use the 'endCursor' from the previous response's 'pageInfo' in the 'after' parameter.
  • list_labelList labels from a repository
  • list_notificationsLists all GitHub notifications for the authenticated user, including unread notifications, mentions, review requests, assignments, and updates on issues or pull requests. Use this tool whenever the user asks what to work on next, requests a summary of their GitHub activity, wants to see pending reviews, or needs to check for new updates or tasks. This tool is the primary way to discover actionable items, reminders, and outstanding work on GitHub. Always call this tool when asked what to work on next, what is pending, or what needs attention in GitHub.
  • list_org_repository_security_advisoriesList repository security advisories for a GitHub organization.
  • list_pull_requestsList pull requests in a GitHub repository. If the user specifies an author, then DO NOT use this tool and use the search_pull_requests tool instead.
  • list_releasesList releases in a GitHub repository
  • list_repository_security_advisoriesList repository security advisories for a GitHub repository.
  • list_secret_scanning_alertsList secret scanning alerts in a GitHub repository.
  • list_starred_repositoriesList starred repositories
  • list_tagsList git tags in a GitHub repository
  • manage_notification_subscriptionManage a notification subscription: ignore, watch, or delete a notification thread subscription.
  • manage_repository_notification_subscriptionManage a repository notification subscription: ignore, watch, or delete repository notifications subscription for the provided repository.
  • mark_all_notifications_readMark all notifications as read
  • merge_pull_requestMerge a pull request in a GitHub repository.
  • projects_getGet details about specific GitHub Projects resources. Use this tool to get details about individual projects, project fields, and project items by their unique IDs.
  • projects_listTools for listing GitHub Projects resources. Use this tool to list projects for a user or organization, or list project fields and items for a specific project.
  • projects_writeAdd, update, or delete project items, or create status updates in a GitHub Project.
  • pull_request_readGet information on a specific pull request in GitHub repository.
  • pull_request_review_writeCreate and/or submit, delete review of a pull request. Available methods: - create: Create a new review of a pull request. If "event" parameter is provided, the review is submitted. If "event" is omitted, a pending review is created. - submit_pending: Submit an existing pending review of a pull request. This requires that a pending review exists for the current user on the specified pull request. The "body" and "event" parameters are used when submitting the review. - delete_pending: Delete an existing pending review of a pull request. This requires that a pending review exists for the current user on the specified pull request.
  • push_filesPush multiple files to a GitHub repository in a single commit
  • request_copilot_reviewRequest a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.
  • run_secret_scanningScan files, content, or recent changes for secrets such as API keys, passwords, tokens, and credentials. This tool is intended for targeted scans of specific files, snippets, or diffs provided directly as content. It accepts file contents or diffs and returns detected secrets with their locations and related secret scanning metadata. Content must not be empty. For full repository scanning, other mechanisms are available. Caveats: - Only files within the codebase should be scanned. Files outside of the codebase should not be sent. - Files listed in .gitignore should be skipped.
  • search_codeFast and precise code search across ALL GitHub repositories using GitHub's native search engine. Best for finding exact symbols, functions, classes, or specific code patterns.
  • search_issuesSearch for issues in GitHub repositories using issues search syntax already scoped to is:issue
  • search_orgsFind GitHub organizations by name, location, or other organization metadata. Ideal for discovering companies, open source foundations, or teams.
  • search_pull_requestsSearch for pull requests in GitHub repositories using issues search syntax already scoped to is:pr
  • search_repositoriesFind GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.
  • search_usersFind GitHub users by username, real name, or other profile information. Useful for locating developers, contributors, or team members.
  • star_repositoryStar a GitHub repository
  • sub_issue_writeAdd a sub-issue to a parent issue in a GitHub repository.
  • triage_issueTriage an issue by capturing a focused triage rationale and optionally applying metadata (labels, issue type, and issue fields) in a single operation. Use this tool when: - You are triaging a newly opened or untriaged issue for maintainers - You need to categorize the issue (type) and suggest/apply relevant labels - You want to record a brief, structured triage report Do not use this tool when: - The user is asking a general product question unrelated to triaging a specific issue triage_rationale should be concise markdown aimed at maintainers (not the issue author); it should contain: - Summary of the issue - Analysis of the problem or request - Suggested next steps or actions.
  • unstar_repositoryUnstar a GitHub repository
  • update_gistUpdate an existing gist
  • update_pull_requestUpdate an existing pull request in a GitHub repository.
  • update_pull_request_branchUpdate the branch of a pull request with the latest changes from the base branch.
io.github.139user/tword-divinationio.github.139user/tword-divination
officialRemoteHigh match

Qimen Dunjia & Da Liu Ren divination: complete nine-palace charts and four-lesson analysis.

io.github.1clickreport/mcpio.github.1clickreport/mcp
officialRemoteHigh match

40 tools for marketing analytics, campaign management, and AI monitoring across 6 platforms.

io.github.1lystore/mcp-serverio.github.1lystore/mcp-server
officialHigh match

MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.

io.github.214140846/skillhub-mcpio.github.214140846/skillhub-mcp
officialHigh match

MCP server that exposes Claude-style skills to any MCP client.

io.github.29yeovil/bluewatchio.github.29yeovil/bluewatch
officialRemoteHigh match

Search live UK firefighter recruitment across 73 fire services, with on-call station data.

io.github.32bitsret/demostudioio.github.32bitsret/demostudio
officialHigh match

Generate short-form video ads for Instagram Reels and TikTok from any AI assistant.

io.github.365xbusiness/vigo-mcpio.github.365xbusiness/vigo-mcp
officialRemoteHigh match

AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries.

io.github.3DUNLMTD/stylemcpio.github.3DUNLMTD/stylemcp
officialHigh match

Brand rules for AI outputs. Validate and rewrite text to match your brand voice.

io.github.123Ergo/unphurlio.github.123Ergo/unphurl
officialRemoteHigh match

URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.

io.github.420247jake/session-forgeio.github.420247jake/session-forge
officialHigh match

Persistent memory and session intelligence for AI coding assistants. Zero config.

io.github.4dmrkey/cryptopolitanio.github.4dmrkey/cryptopolitan
officialRemoteHigh match

Real-time crypto news, analysis, and price predictions for AI agents via MCP.

io.github.4rgon4ut/sutraio.github.4rgon4ut/sutra
officialHigh match

Context Engineering Engine. Provides cognitive tools, memory structures, and agent patterns.

io.github.6figr-com/jobgpt-mcp-serverio.github.6figr-com/jobgpt-mcp-server
officialHigh match

Job search automation, auto apply, resume builder, application tracking, and recruiter outreach

io.github.7figures007/highstory-mcpio.github.7figures007/highstory-mcp
officialHigh match

High Story MCP Server - Automate AI content campaigns and social media management.

io.github.7grounds/fedlex-mcpio.github.7grounds/fedlex-mcp
officialHigh match

Swiss Federal Law (Fedlex) — search and retrieve articles from 11 federal laws.

io.github.8beeeaaat/touchdesigner-mcp-serverio.github.8beeeaaat/touchdesigner-mcp-server
officialHigh match

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

io.github.8infinitelabs/scoreflowio.github.8infinitelabs/scoreflow
officialHigh match

Query your Scoreflow level, XP, skill tree and leaderboard from inside Claude Code / Desktop.

io.github.930m310n/geomelon-mcpio.github.930m310n/geomelon-mcp
officialHigh match

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

io.github.4R9UN/mcp-kql-serverio.github.4R9UN/mcp-kql-server
officialHigh match

Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration

io.github.1102tools/bls-oews-mcpio.github.1102tools/bls-oews-mcp
officialHigh match

BLS Occupational Employment and Wage Statistics market wages. 7 tools.

io.github.10iii/airio.github.10iii/air
officialHigh match

AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more

io.github.0580iris-lang/x711-gas-stationio.github.0580iris-lang/x711-gas-station
officialRemoteHigh match

Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key.

com.mcparmory/githubcom.mcparmory/github
officialHigh match

Manage repositories, users, releases, and automate GitHub workflows

io.github.000safah000-ai/blackhawk-mcpio.github.000safah000-ai/blackhawk-mcp
officialHigh match

BlackHawkMCP - connect AI to Google Sheets

io.github.100xPercent/pop-payio.github.100xPercent/pop-pay
officialHigh match

Runtime security for AI agent commerce. CLI + MCP server blocks hallucinated purchases.

io.github.06ketan/medium-opsio.github.06ketan/medium-ops
officialHigh match

Medium CLI + 23-tool MCP server. Your IDE drafts replies. No API keys.

io.github.0ics-srls/ui-ticket-mcpio.github.0ics-srls/ui-ticket-mcp
officialHigh match

Human-to-AI code review bridge. Review UI in the browser, AI agents fix code via MCP.

io.github.0rkz/byte-protocolio.github.0rkz/byte-protocol
officialRemoteHigh match

Per-byte USDC data feeds + oracles for AI agents on Arbitrum. Verifiable, no token, no API keys.

io.github.0nork/0nMCPio.github.0nork/0nMCP
officialRemoteHigh match

Universal AI API Orchestrator — 1,554 tools, 96 services. One install.

io.github.0xSoftBoi/suwappuio.github.0xSoftBoi/suwappu
officialHigh match

Cross-chain DEX for AI agents. Swap tokens across 7+ chains.

io.github.0xbrainkid/agentfolioio.github.0xbrainkid/agentfolio
officialHigh match

Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.

io.github.0xdirectping/escrowio.github.0xdirectping/escrow
officialRemoteHigh match

Agent-to-agent escrow on Base. Post quests with ETH/USDC bounties and settle on-chain.

io.github.0xsims/rubric-protocolio.github.0xsims/rubric-protocol
officialHigh match

AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.

io.github.0xsl1m/cerebrus-pulse-mcpio.github.0xsl1m/cerebrus-pulse-mcp
officialHigh match

Real-time crypto intelligence: technical analysis, sentiment, and funding rates

io.github.0xMassi/webclawio.github.0xMassi/webclaw
officialHigh match

Web extraction MCP server. Scrape, crawl, extract, summarize any URL to clean markdown.

Dev Tools MCP — GitHub, npm, PyPI, StackOverflow, ArXiv
Dev Tools MCP — GitHub, npm, PyPI, StackOverflow, ArXivnexgendata-apify/developer-tools-mcp-server
smitheryRemote

Lookup tool for AI coding agents: 'find me a Rust crate that does X', 'show top StackOverflow answers for this error', 'is there an npm package newer than Y for parsing Z'. Combines five developer-data sources behind one MCP server so coding agents don't need five separate integrations.

116 uses
7 tools
  • get_github_repoFetch detailed statistics and metadata for a GitHub repository. Returns star count, fork count, open issue count, primary programming language, project description, last updated timestamp, and contributor count. Use for evaluating open-source projects, competitive analysis, or monitoring project health.
  • search_githubSearch GitHub repositories by keyword to discover code, projects, and libraries. Returns matching repositories with star count, description, language, and URL. Use for finding libraries, examples, or competitive projects in specific domains.
  • get_npm_packageLook up Node.js package information from NPM registry. Returns latest version, download statistics (weekly/monthly), dependency list, package description, license, and GitHub link. Use for evaluating JavaScript libraries, checking maintenance status, or reviewing package popularity.
  • get_pypi_packageRetrieve Python package information from PyPI (Python Package Index). Returns current version, download counts, dependencies, release history, package homepage, and PyPI page URL. Use for Python library evaluation, dependency analysis, or checking package quality metrics.
  • search_stackoverflowSearch Stack Overflow Q&A platform for programming questions, solutions, and code examples. Returns matching questions, answer count, view count, accepted answer snippet, tags, and link to full discussion. Use for troubleshooting, code examples, or finding solutions to common problems.
  • search_arxivSearch arXiv for academic papers in computer science, machine learning, AI, physics, and mathematics. Returns paper titles, authors, abstracts, submission dates, and direct PDF download links. Use for researching algorithms, ML techniques, or emerging CS topics.
  • search_google_scholarSearch Google Scholar for computer science research papers, citations, and academic publications. Returns paper title, authors, publication details, citation count, and link to paper. Use for finding research on CS topics, reviewing state-of-the-art, or citation tracking.
GitHub Analytics MCP — Repo & Trend Research
GitHub Analytics MCP — Repo & Trend Researchnexgendata-apify/github-mcp-server
smitheryRemote

Repo statistics, trending lookups, code-search queries, and dev-trend aggregation. For AI agents that need to evaluate libraries, monitor competitor projects, or surface emerging open-source tools. Distinct from the Developer Tools MCP — this one is GitHub-specific and goes deeper on repo analytics.

52 uses
4 tools
  • get_repo_statsFetch comprehensive statistics for a specific GitHub repository. Returns total stars, forks, issues (open/closed), pull requests, watchers, last commit date, and contributor count. Returns metrics useful for assessing project popularity and maintenance status.
  • search_reposSearch across GitHub for repositories matching keywords, sorted by relevance or metrics. Returns matching repositories with description, star count, language, and last update timestamp. Use for finding projects, libraries, or code samples related to specific topics.
  • get_repo_languagesAnalyze the programming language composition of a GitHub repository. Returns percentage breakdown of languages used, dominant language, and file counts per language. Use for understanding project tech stack or evaluating language distribution.
  • compare_reposCompare multiple GitHub repositories side-by-side with key metrics. Returns star counts, fork counts, issues, primary language, and comparative analysis for each repository. Use for choosing between similar projects or analyzing competitive landscape.
Social Profile Lookup — Twitter, GitHub, LinkedIn
Social Profile Lookup — Twitter, GitHub, LinkedInaxel-belfort/social-profile
smitheryRemote

Social media profile enrichment API for AI agents. Look up any social handle or URL across Twitter/X, GitHub, LinkedIn, and YouTube. Returns structured profile data: display name, bio, follower count, following count, verification status, avatar, and recent activity. Tools: social_lookup_profile. Use this for influencer research, social proof verification, building prospect profiles, or enriching CRM with social data. IMPORTANT: For email-based person lookup, use person_enrich_from_email instead. Returns structured JSON with bio, stats, verification, links. No API key required — x402 micropayment $0.008/call on Base L2.

1 uses
1 tool
  • social_lookup_profileUse this when you need public profile data from a social media handle or URL. Returns structured profile data in JSON. Returns: 1. displayName and bio 2. avatarUrl 3. followerCount and followingCount
io.github.qso-graph/ionis-mcpionis-mcp
glama

An MCP server for HF radio propagation analytics using the IONIS dataset collection, enabling natural language queries about band conditions, propagation paths, and solar correlations.

{"name":"GPL 3.0","url":"https://spdx.org/licenses/GPL-3.0-or-later.json"}Repository
ai.smithery/saidsef-mcp-github-pr-issue-analyserai.smithery/saidsef-mcp-github-pr-issue-analyser
officialRemote

A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

ai.smithery/smithery-ai-githubai.smithery/smithery-ai-github
officialRemote

Access the GitHub API, enabling file operations, repository management, search functionality, and…

com.thenextgennexus/github-mcp-servercom.thenextgennexus/github-mcp-server
officialRemote

GitHub repo analytics: stars, trending, code search, contributor maps for project research.

ai.smithery/Hint-Services-obsidian-github-mcpai.smithery/Hint-Services-obsidian-github-mcp
officialRemote

Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

GitHub MCP Connectorgithub-mcp-connector
glama

Enables browsing GitHub profile, repositories, issues, and pull requests directly in Claude conversation through OAuth authentication.

Last checked May 26, 2026

Reviews

0 reviews
Write a Review

No reviews yet. Be the first to review GitHub!