Google PageRank for AI agents. 25,000+ tools indexed.

alphasecio/google-a2a

Score: 53.3 Rank #45 Agent Framework

A collection of Google A2A agents, deployed on Cloud Run or Railway.

Use alphasecio/google-a2a in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

alphasecio/google-a2a is a Python A2A agent licensed under MIT. A collection of Google A2A agents, deployed on Cloud Run or Railway. Topics: a2a, a2a-client, a2a-server, cloudrun, google-a2a, railway, streamlit.

Ranked #45 out of 110 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python MIT
a2aa2a-clienta2a-servercloudrungoogle-a2arailwaystreamlit

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for alphasecio/google-a2a
[![AgentRank](https://agentrank-ai.com/api/badge/tool/alphasecio--google-a2a)](https://agentrank-ai.com/tool/alphasecio--google-a2a/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/alphasecio--google-a2a/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/alphasecio--google-a2a" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="alphasecio/google-a2a"></script>

Matched Queries

"a2a agent"

From the README

# Google A2A

A collection of [A2A protocol](https://google.github.io/A2A/) agents and clients. Deploy on Google [Cloud Run](https://cloud.google.com/run) or [Railway](https://railway.app/?referralCode=alphasec).

## Structure

```
├── server/
│   └── hello/      # Public hello + authenticated dice-rolling agent
└── client/
    ├── streamlit_app.py    # Web GUI client
    └── hello_client.py      # CLI test client
```

## Quick Start

```bash
cp .env.example .env
# fill in AGENT_BASE_URL and AGENT_API_TOKEN
```

Run the server:
```bash
cd server/hello && uv run python __main__.py
```

Run the client:
```bash
cd client && streamlit run streamlit_app.py
```

## Servers

| Name | Path | Description |
|------|------|-------------|
| Hello | `server/hello` | Pirate greeting + authenticated dice rolling |

## Clients

| Name | Description |
|------|-------------|
| Streamlit GUI | Visual chat interface for any A2A-compliant agent |
| Hello test client | CLI script for quick smoke-testing |
Read full README on GitHub →
Are you the maintainer of alphasecio/google-a2a?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.