Connect
- Add the server in an allowlisted browser client such as ChatGPT, Claude, or OpenAI Platform, or use a native MCP client that does not send an
Originheader. Other browser origins return HTTP 403 until Storika allowlists them. - Choose Streamable HTTP and enter
https://www.storika.ai/mcp. - Select no authentication. The server does not use an account or API key.
- Confirm that the client discovers the three tools listed below.
Opening the endpoint in a browser returns HTTP 405 by design. MCP clients connect with POST and must accept both application/json and text/event-stream.
Tools
| Tool | Input | Behavior |
|---|---|---|
Get creator rate benchmarkget_creator_rate_benchmark | format; optional market and platform | Retrieve one published creator-rate aggregate by content format, market, and optional platform. |
Compare creator rate benchmarkscompare_creator_rate_benchmarks | two format and market pairs | Compare two published Instagram creator-rate aggregates without blending their samples. |
Estimate creator campaign budgetestimate_campaign_budget | format, market, and creatorCount | Multiply one published per-creator rate range by a creator count to estimate a campaign budget. |
Every tool declares read-only behavior. No tool writes data, opens an account, makes a payment, contacts a creator, or accesses an individual creator's rate.
Example requests
- “What do global creators charge for an Instagram Reel?”
- “Compare Korean and global creator rates for Instagram Reels.”
- “Estimate the benchmark budget range for ten Korean creator Reels.”
- “How large is the sample behind the Korean YouTube benchmark?”
Response contract
Successful responses identify the exact platform, format, and market. They include the median, 25th and 75th percentile in USD, distinct-creator sample size, snapshot period, retrieval time, caveat, attribution, and source URL. Comparison samples remain separate. Budget estimates multiply a published per-creator range and exclude usage rights, fees, tax, and production costs.
Storika publishes only groups backed by at least five distinct creators. A group below that floor is not exposed. Samples below 30 are labeled as directional evidence rather than a guaranteed quote.
Read the source report and methodologyPrivacy and data handling
The Rate Oracle needs no login and accepts only benchmark lookup or creator-count inputs. Storika's application telemetry does not store prompts or tool arguments. It records an anonymous tool name, success flag, and typed error code so the service can be monitored.
The server reads a committed public aggregate snapshot. It does not query row-level data at request time and does not return names, handles, contact details, or individual quotes. See the Storika privacy policy for the site-wide policy.
Troubleshooting
- HTTP 405
- The URL was opened with GET. Configure it as a remote MCP server so the client uses POST.
- HTTP 406 or 415
- Send JSON and accept both JSON and event-stream responses. A standards-compliant Streamable HTTP client does this automatically.
- HTTP 403
- Browser-origin access is allowlisted. Confirm the client is using its documented connector flow, then contact support if the origin still fails.
- HTTP 429
- The public rate limit was reached. Wait for the retry interval and try again.
- Typed bucket error
- Specify a published format and market. The server fails closed instead of estimating an unknown, unpublished, ambiguous, or privacy-suppressed group.
Support
Report a connector or benchmark problem to contact@storika.ai. Include the client name, tool name, approximate time, and typed error code. Do not send credentials or personal creator data.