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

Upsonic MCP Server

Upsonic/Upsonic

Score: 75.6 Rank #2824 Agent Framework
Are you the maintainer of Upsonic/Upsonic? Claim this listing →

Build autonomous AI agents in Python.

Add AgentRank to Claude Code Discover and compare tools like Upsonic/Upsonic — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

Upsonic/Upsonic is a Python tool licensed under MIT. Build autonomous AI agents in Python. Topics: openai, computer-use, claude, mcp, agent-framework, agent, llms, reliability, model-context-protocol, rag, ucp, universal-commerce-protocol, autonomous-agent, autonomous-agents, openclaw.

Ranked #2824 out of 24840 indexed tools.

Has 7,958 GitHub stars.

Used by 66 other projects.

Has 41 contributors.

Ecosystem

Python MIT 2,092 pypi/wk
openaicomputer-useclaudemcpagent-frameworkagentllmsreliabilitymodel-context-protocolragucpuniversal-commerce-protocolautonomous-agentautonomous-agentsopenclaw

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 7,958

7,958 stars → well-known project

Freshness 25% 3mo ago

Last commit 3mo ago → stale

Issue Health 25% 83%

165/199 issues closed → responsive maintainer

Contributors 10% 41

41 contributors → active community

Dependents 25% 66

66 dependents → few downstream users

npm Downloads N/A
PyPI Downloads 13% 2,092/wk

2,092 weekly installs → gaining traction

Forks 746
Description Brief
License MIT

Weights: Freshness 20% · Issue Health 20% · Dependents 22% · Stars 10% · Contributors 8% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 98 days ago — a recent commit would boost your freshness score

Badge all embed codes →

AgentRank score for Upsonic/Upsonic
[![AgentRank](https://agentrank-ai.com/api/badge/tool/Upsonic--Upsonic)](https://agentrank-ai.com/tool/Upsonic--Upsonic/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/Upsonic--Upsonic/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/Upsonic--Upsonic" 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="Upsonic/Upsonic"></script>

Matched Queries

topic:mcptopic:model-context-protocol

From the README

<div align="center">

# Upsonic

**Build Autonomous AI Agents in Python**

[Documentation](https://docs.upsonic.ai) • [Quickstart](https://docs.upsonic.ai/get-started/quickstart) • [Examples](https://docs.upsonic.ai/examples) • [Discord](https://discord.gg/pmYDMSQHqY)

</div>

---

## Overview

Upsonic is a Python framework for building autonomous agents like OpenClaw and Claude Cowork, as well as more traditional agent systems.

## Quick Start

### Installation

```bash
uv pip install upsonic
# pip install upsonic
```

### IDE Integration

Add Upsonic docs as a source in your coding tools:

**Cursor:** Settings → Indexing & Docs → Add `https://docs.upsonic.ai/llms-full.txt`

Also works with VSCode, Windsurf, and similar tools.

---

## Create Autonomous Agent

### Build Your Own

```python
from upsonic import AutonomousAgent, Task

agent = AutonomousAgent(
    model="anthropic/claude-sonnet-4-5",
    workspace="/path/to/logs"
)

task = Task("Analyze server logs and detect anomaly patt
Read full README on GitHub →

Get the weekly AgentRank digest

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