opendart_mcp 0.2.0
opendart_mcp: ^0.2.0 copied to clipboard
MCP (Model Context Protocol) server for OpenDART API. Provides LLM-accessible tools for Korean corporate disclosure, financial statements, and ownership data from FSS DART system.
We analyzed this package 26 hours ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
12 out of 27 API elements (44.4 %) have documentation comments.
Some symbols that are missing documentation: opendart_mcp.CorpInfo.CorpInfo.new, opendart_mcp.CorpInfo.corpCode, opendart_mcp.CorpInfo.corpEngName, opendart_mcp.CorpInfo.corpName, opendart_mcp.CorpInfo.modifyDate.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:opendart_mcp/opendart_mcp.dartthat imports:package:opendart_mcp/src/server.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 50 issues. Showing the first 2:
INFO: Constructor declarations should be before non-constructor declarations.
lib/src/client/opendart_client.dart:22:3
╷
22 │ OpenDartClient({
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/client/opendart_client.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/client/opendart_client.dart:219:57
╷
219 │ c.corpEngName!.toLowerCase().contains(query)) return true;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/client/opendart_client.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.0 |
4.0.7 | 4.0.7 | |
args |
^2.5.0 |
2.7.0 | 2.7.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
mcp_dart |
^1.2.2 |
1.2.2 | 1.2.2 | |
meta |
^1.12.0 |
1.18.1 | 1.18.1 | |
xml |
^6.5.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
posix |
- | 6.0.3 | 6.0.3 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.9, Dart 3.10.8.
Check the analysis log for details.