SideShift Scanner
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SideShift Scannerrecommend creators for a brief about sustainable fashion"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SideShift Scanner
An open-source MCP server for pulling UGC creator-program data out of SideShift, profiling creators, tracking content performance, and recommending creators for a given brief or format.
Full build spec: docs/build-spec.md.
Not affiliated with or endorsed by SideShift. This is an independent analysis layer built on top of program data you already have access to.
Status
Phase 0 (SideShift ingestion path) is still unconfirmed. Nobody has
verified whether SideShift exposes a REST/GraphQL API, a CSV export, or
neither (see docs/build-spec.md section 4). Until that's confirmed, this
repo ships with a working CSV ingestion adapter so the data model,
storage, and analysis engine can be built and tested end-to-end against
real-shaped data. Swap in an API adapter later without touching anything
downstream of ingestion/base.py.
Related MCP server: MCP Employee Identity Server
Layout
src/ugc_analytics/
db.py SQLite schema + connection helpers
models.py dataclasses for the internal schema
ingestion/
base.py IngestionAdapter interface + SyncResult
csv_adapter.py reads creators.csv / content_items.csv / performance_metrics.csv
api_adapter.py stub for a future SideShift API/webhook adapter
analysis/
profiling.py creator niche/style tagging
performance.py aggregation + roster-baseline comparisons
trends.py format/hook clustering vs. baseline
matching.py creator-for-brief scoring
server.py MCP server wiring the tools below
sample_data/ example CSVs matching the ingestion adapter's expected shape
tests/ unit tests for db + analysisMCP tools
Tool | Purpose |
| Pull latest data via the active ingestion adapter, upsert into SQLite |
| Filter creators by niche / platform / status |
| Full profile: niche, style, platforms, performance history, best formats |
| Aggregate metrics + trend direction, scoped to creator/campaign/format/global |
| Ranked list by a chosen metric |
| Format/hook clusters outperforming the roster baseline |
| Ranked creators for a brief/format, with rationale |
generate_content_brief (v2 stretch) is not implemented yet.
Setup
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"Ingest sample data
python -m ugc_analytics.cli sync --source sample_dataRun the MCP server
python -m ugc_analytics.serverRun tests
pytestOpen questions (from the spec)
Does SideShift expose conversion/revenue attribution per creator, or only engagement metrics?
Roster-only, or also profiling applicants who haven't posted yet?
Single-user (local SQLite) or shared/hosted (Postgres)?
Contributing
Issues and PRs welcome — especially confirmation of a real SideShift
API/export path (see docs/build-spec.md section 4) so ingestion/api_adapter.py
can be filled in for real.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewhuang11/sideshift-scanner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server