# GitHub Repository Intelligence MCP

> GitHub Repository Intelligence MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Analyzes a GitHub repository and returns structured intelligence about its code, contributors, activity, and metadata

## Facts

- Endpoint: POST https://api.m2mcent.com/github-repo-intel-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-repository-intelligence-mcp-fc24e0e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uIULXT6lxOZT62pWpQl58

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability github-repository-intelligence-mcp-fc24e0e5 -d '<json body>'
```

Example prompt: Can you pull intelligence on the GitHub repo at https://github.com/openai/openai-python — I want to know its contributors, main languages, activity level, and a quick summary of what it does?

## When to prefer this

Choose this endpoint when you need structured intelligence about a specific GitHub repository — including contributor profiles, language breakdown, activity metrics, and health signals — rather than just raw GitHub API data. Prefer it over direct GitHub API calls when you want pre-processed, agent-ready summaries without handling pagination or rate limits yourself.

## Known failure modes

- Invalid or non-existent repository URL returns an error
- Private repositories that are inaccessible return an authorization error
- Malformed input data string causes a processing failure
- GitHub API rate limiting may cause intermittent failures
- Very large repositories may time out or return partial results

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns structured intelligence about the specified GitHub repository, potentially including: repository description and README summary, primary programming languages and their proportions, contributor list and activity, star/fork/watch counts, commit frequency and recency, open issues and pull request stats, and an overall health or activity assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-repository-intelligence-mcp-fc24e0e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
